GeoPandas
GeoPandas is an open source project to make working with geospatial data in python easier. GeoPandas extends the datatypes used by pandas to allow spatial operations on geometric types. Geometric operations are performed by shapely. Geopandas further depends on fiona for file access and descartes and matplotlib for plotting. Creating a GeoDataFrame from a DataFrame with coordinates
Examples
MetPy Mondays '#89 - SPC Maps with Shapefiles : Unidata Developer's Blog
MetPy Mondays '#92 - Geocoding and SPC Storm Report Maps : Unidata Developer's Blog
MetPy Mondays '#95 - Hurricane Dorian Mapping : Unidata Developer's Blog
地理空間情報を扱うなら知っておきたいPythonライブラリ、GeoPandas入門~基礎編~ | 宙畑
地理空間情報を扱う上で知っておきたいPythonライブラリ、GeoPandas入門~応用編・衛星データと組み合わせ~ | 宙畑
Tips
python - Joining (concat) list of similar dataframes in geopandas? - Geographic Information Systems Stack Exchange