UW-Macrostrat/macrostrat

FutureWarning: <class 'geopandas.array.GeometryArray'>._reduce will require a `keepdims` parameter in the future

brianaydemir opened this issue · 0 comments

Exactly what the title says. Triggered by:

for feature_type, df_list in frames.items():
# Concatenate all dataframes
df = G.GeoDataFrame(P.concat(df_list, ignore_index=True)).dropna(
axis=1, how="all"
)