ArtesiaWater / hydropandas

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

Fix issue 208 #217

Closed rubencalje closed 3 weeks ago

rubencalje commented 3 weeks ago

This PR fixes issue #208, as it adds one hour to the time index of hourly knmi-data. See the issue for more details.

On top of that, it fixes the following warning, when combining station-information: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set pd.set_option('future.no_silent_downcasting', True)

rubencalje commented 3 weeks ago

Test fail unrelated to this PR