We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
main
https://pandas.pydata.org/docs/getting_started/intro_tutorials/02_read_write.html
In the documentation for the Titanic dataset on this page:
It currently says:
"Survived: Indication whether passenger survived. 0 for yes and 1 for no."
This appears to be incorrect. The correct meaning is:
0 = did not survive 1 = survived
You can verify this, for example, with the entry for "McCarthy, Mr. Timothy J.", who is listed with a 0 in the dataset and was confirmed deceased (source: https://de.wikipedia.org/wiki/Passagiere_der_Titanic).
Thanks for your great work and for maintaining the documentation!
Survived: Indication whether passenger survived. 0 for no and 1 for yes.
The text was updated successfully, but these errors were encountered:
Thanks for catching this! The correct mapping is 0 = did not survive and 1 = survived.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Pandas version checks
main
hereLocation of the documentation
https://pandas.pydata.org/docs/getting_started/intro_tutorials/02_read_write.html
Documentation problem
In the documentation for the Titanic dataset on this page:
https://pandas.pydata.org/docs/getting_started/intro_tutorials/02_read_write.html
It currently says:
This appears to be incorrect. The correct meaning is:
You can verify this, for example, with the entry for "McCarthy, Mr. Timothy J.", who is listed with a 0 in the dataset and was confirmed deceased (source: https://de.wikipedia.org/wiki/Passagiere_der_Titanic).
Thanks for your great work and for maintaining the documentation!
Suggested fix for documentation
Survived: Indication whether passenger survived. 0 for no and 1 for yes.
The text was updated successfully, but these errors were encountered: