Skip to content

[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

Closed
wants to merge 7 commits into from

Conversation

lacrosse91
Copy link
Contributor

I fixed the spelling errors. #37252

@@ -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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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
Copy link
Member

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)

@MarcoGorelli
Copy link
Member

Sorry, just noticed that #37253 was opened first, so closing in favour of that one

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.

2 participants