
Geopandas is a project to add support for geographic data to pandas objects. it currently implements `geoseries` and `geodataframe` types which are subclasses of `pandas.series` and `pandas.dataframe` respectively. geopandas objects can act on shapely geometry objects and perform geometric operations.