You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This has indeed changed back in 2018-11-26 in revision 00d28a9
removes disclaimer, stations and legend from the dataframe (because it produces pandas warnings). If you want this data, you have to use get_day_data_raw instead.
The documentation should probably reflect this too.
print(df.disclaimer)
print(df.stations)
print(df.legend)
df = df.rename(columns=df.legend)
`knmi.disclaimer
Traceback (most recent call last):
Cell In[31], line 1
knmi.disclaimer
AttributeError: module 'knmi' has no attribute 'disclaimer'`
The text was updated successfully, but these errors were encountered: