Skip to content
New issue

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

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

Already on GitHub? # to your account

03_preprocessing.ipynb code for dropping nan values #54

Open
leahhrlee opened this issue Oct 4, 2023 · 1 comment
Open

03_preprocessing.ipynb code for dropping nan values #54

leahhrlee opened this issue Oct 4, 2023 · 1 comment

Comments

@leahhrlee
Copy link

Version issues:
Some participants have issues with:
data = data.dropna(subset='sex')

Fixed by using:
data = data.dropna(subset=['sex'])

@leahhrlee
Copy link
Author

The same line of codes used for "Combine it all together" section in the same notebook (03_preprocessing)

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant