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

Error in .dropna() in 02_python_data_wrangling #7

Open
ascheliga opened this issue Sep 20, 2023 · 0 comments
Open

Error in .dropna() in 02_python_data_wrangling #7

ascheliga opened this issue Sep 20, 2023 · 0 comments

Comments

@ascheliga
Copy link

ascheliga commented Sep 20, 2023

For some versions of Pandas, you need to use subset in brackets unemployment.dropna(subset=['unemployment_rate']). Fix the example to include brackets. And maybe add a caveat about the version update.

For me, I needed brackets when using Pandas v1.3.5

Tagging @rbarreto

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

No branches or pull requests

1 participant