ArtesiaWater / hydropandas

Module for loading observation data into custom DataFrames
https://hydropandas.readthedocs.io
MIT License
56 stars 11 forks source link

`plots.section_plot` FutureWarning: Series.__getitem__ treating keys as positions is deprecated. #236

Closed HMEUW closed 1 month ago

HMEUW commented 1 month ago

Running plots.section_plot and specifying a section_colname_x gives a "FutureWarning: Series.getitem treating keys as positions is deprecated."

I will fix by converting Pandas to Numpy.