FutureWarning from Pandas #156
Replies: 1 comment
-
Thank you @hbc-svolkmer. We will consider it for the next version. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Just got a FutureWarning while using meteostat.Hourly:
FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.
This is probably caused by the usage of pandas.to_timedelta()
It would be great if this could be taken into account in the next version.
Many thanks to the developers.
Beta Was this translation helpful? Give feedback.
All reactions