Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

df.disclaimer doesn't work, #17

Open
MaykThewessen opened this issue May 23, 2024 · 1 comment · May be fixed by #18
Open

df.disclaimer doesn't work, #17

MaykThewessen opened this issue May 23, 2024 · 1 comment · May be fixed by #18
Assignees

Comments

@MaykThewessen
Copy link

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'`

@teije01
Copy link
Collaborator

teije01 commented May 28, 2024

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.

@teije01 teije01 linked a pull request May 28, 2024 that will close this issue
@teije01 teije01 self-assigned this May 28, 2024
@teije01 teije01 linked a pull request May 28, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants