Skip to content

06: remove wrong value_counts() in Titanic#18

Open
doyu wants to merge 1 commit intofastai:masterfrom
doyu:fix
Open

06: remove wrong value_counts() in Titanic#18
doyu wants to merge 1 commit intofastai:masterfrom
doyu:fix

Conversation

@doyu
Copy link

@doyu doyu commented Aug 18, 2022

In 06 notebook:

df['Title'] = df.Title.map(dict(Mr="Mr",Miss="Miss",Mrs="Mrs",Master="Master")).value_counts(dropna=False)

should be:

df['Title'] = df.Title.map(dict(Mr="Mr",Miss="Miss",Mrs="Mrs",Master="Master"))

@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

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 this pull request may close these issues.

1 participant