-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
API: default value for read_excel sheet #6576
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,6 +63,7 @@ New features | |
API Changes | ||
~~~~~~~~~~~ | ||
|
||
- ``read_excel`` uses 0 as the default sheet (:issue:`6573`) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. can you add same line to There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. also pls review io.rst / excel section : add that the default is to read the |
||
- ``iloc`` will now accept out-of-bounds indexers, e.g. a value that exceeds the length of the object being | ||
indexed. These will be excluded. This will make pandas conform more with pandas/numpy indexing of out-of-bounds | ||
values. A single indexer that is out-of-bounds and drops the dimensions of the object will still raise | ||
|
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 remove the leading spaces 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 changed this to bullet point. Looks like the other bullet point sections use leading spaces.
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.
It's OK like this
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.
yep..that's fine...