README 295 B

123456
  1. GeoPandas is a project to add support for geographic data to
  2. pandas objects. It currently implements GeoSeries and GeoDataFrame
  3. types which are subclasses of pandas.Series and pandas.DataFrame
  4. respectively. GeoPandas objects can act on shapely geometry objects
  5. and perform geometric operations.