geopandas.GeoDataFrame

class geopandas.GeoDataFrame(*args, **kwargs)

A GeoDataFrame object is a pandas.DataFrame that has a column with geometry. In addition to the standard DataFrame constructor arguments, GeoDataFrame also accepts the following keyword arguments:

Parameters
crsstr (optional)

Coordinate system

geometrystr or array (optional)

If str, column to use as geometry. If array, will be set as ‘geometry’ column on GeoDataFrame.