Tabular Coordinates: GeoSeries and Geometry Collections

Learn how to transform tabular coordinates into a GeoSeries and how to combine different geometries using Geometry Collections.

Spatializing tabular coordinates

When working with points, it is common for our data to come in .csv files with geographic coordinates representing simple points. In such scenarios, we need to spatialize these coordinates in GeoPandas to create the corresponding Point geometries. For that, GeoPandas has a handy method called .points_from_xy. Let's see how it works.

Get hands-on with 1200+ tech skills courses.