News

If you try and change the column names of a DataFrame with non-unique column names, it seems to throw and error (11.0 and dev).
Provided a geopandas ' geodataframe, whenever I drop a column like I do with a regular pandas dataframe (see code below), it gets transformed into a regular dataframe, and hence, losing its geospatial ...