I have small csv that has 6 coordinates from Birmingham England. I read the csv with pandas then transformed it into GeoPandas DataFrame changing my latitude and longitude colu
Try df.unary_union. The function will aggregate points into a single geometry. Jupyter Notebook can plot it