-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
[Doc] fix spelling errors #37254
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
[Doc] fix spelling errors #37254
Conversation
@@ -230,7 +230,7 @@ allows users to view, manipulate and edit pandas ``Index``, ``Series``, | |||
and ``DataFrame`` objects like a "spreadsheet", including copying and modifying | |||
values, sorting, displaying a "heatmap", converting data types and more. | |||
pandas objects can also be renamed, duplicated, new columns added, | |||
copyed/pasted to/from the clipboard (as TSV), and saved/loaded to/from a file. | |||
copyied/pasted to/from the clipboard (as TSV), and saved/loaded to/from a file. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
copyied/pasted to/from the clipboard (as TSV), and saved/loaded to/from a file. | |
copied/pasted to/from the clipboard (as TSV), and saved/loaded to/from a file. |
@@ -584,7 +584,7 @@ IX indexer is deprecated | |||
|
|||
The ``.ix`` indexer was removed, in favor of the more strict ``.iloc`` and ``.loc`` indexers. | |||
|
|||
``.ix`` offers a lot of magic on the inference of what the user wants to do. To wit, ``.ix`` can decide | |||
``.ix`` offers a lot of magic on the inference of what the user wants to do. To with, ``.ix`` can decide |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you revert the to wit
change (here and in the other file), cf #37252 (comment)
Sorry, just noticed that #37253 was opened first, so closing in favour of that one |
I fixed the spelling errors. #37252