-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
DOC add example of Series.index #51842
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
Merged
Merged
Changes from 24 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
318c8da
Update series.py
ggold7046 8e0951a
Update series.py
ggold7046 112928f
Update series.py
ggold7046 5369605
Update series.py
ggold7046 aa00a24
Update series.py
ggold7046 d3692a5
Update series.py
ggold7046 bd823b5
Update series.py
ggold7046 4ab4d96
Merge branch 'main' into patch-1
ggold7046 f3c576b
Update pandas/core/series.py
ggold7046 17da370
Update pandas/core/series.py
ggold7046 c5c8720
Update pandas/core/series.py
ggold7046 9c311ea
Update pandas/core/series.py
ggold7046 14bb848
Update pandas/core/series.py
ggold7046 ddb0fda
Update pandas/core/series.py
ggold7046 4d70353
Update pandas/core/series.py
ggold7046 156fca4
Update series.py
ggold7046 fc3c0ed
Update series.py
ggold7046 680a0a7
Update series.py
ggold7046 a1cf36d
Update pandas/core/series.py
ggold7046 62be40a
Update pandas/core/series.py
ggold7046 5c5dd5b
Update pandas/core/series.py
ggold7046 22da748
Update series.py
ggold7046 ec0335e
Update series.py
ggold7046 87fccff
Update series.py
ggold7046 c98e6e2
Update series.py
ggold7046 cb41a90
Update series.py
ggold7046 72c6ad2
Update code_checks.sh
ggold7046 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
I'm not sure what this sentence adds - why not move the paragraph starting with
to here?
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.
I did not get it. Could you please tell me where to move ?
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.
where I left the comment. i.e. instead of this "Get the index (row labels) of the Series." paragraph
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.
Hi @MarcoGorelli , I tried to move that paragraph
The index of a Series is used to label and identify each element of the
to the first line replacingGet the index (row labels) of the Series.
, but it failed the CI. In the pandas documentation it is said that the first summary line should be a single meaning full line. And then an extending summary. So can we keep that single line as it is and can I revert back to the old commit ?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.
Not sure what you mean here @ggold7046. The summary, i.e.
is a single line. The CI fails because you again included trailing white space in the blank line.