[GeoPandas](https://geopandas.org/en/stable/) is a [[Python]] package built as a layer on top of [[Pandas]] that aims to makes working with data during a [[Spatial Data Science|spatial analysis]] easier, leveraging on the DataFrame interface but adding geometry types and spatial operations, like [[Spatial Data Join|spatial data joins]].
GeoPandas is also useful to transform the geometries between different [[Spatial Reference System|reference systems]], to compute [[Distance Function|distances]] or different representations by using the column's [[EPSG Geodetic Parameter Dataset|EPSG]] codes.