GeoPandas implements two main data structures, a GeoSeries and a GeoDataFrame. These are subclasses of pandas.Series and pandas.DataFrame, respectively.
GeoPandas 实现了两个主要的数据结构,GeoSeries 和GeoDataFrame。 它们分别是 pandas.Series 和 pandas.DataFrame 的子类。
