Overview of GeoPandas core types
mainGeoPandas extends pandas to support geographic data. It provides two primary data structures that are subclasses of standard pandas objects:
GeoSeries: A subclass ofpandas.Seriesdesigned to hold geometric data.GeoDataFrame: A subclass ofpandas.DataFramethat allows for tabular data with a geometry column.
These objects can operate on shapely geometry objects and perform various geometric operations.