-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
DOC: Fixing EX01 - Added examples #53880
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
Conversation
Looks pretty good just a merge conflict |
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.
Nice! minor comment, seeing as this needs updating for the merge conflict anyway
|
||
Examples | ||
-------- | ||
>>> file = pd.ExcelFile('myfile.xlsx') # doctest: +SKIP |
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.
do we want to show it in an example of how it would be used? like
with pd.ExcelFile("myfile.xls") as xls:
df1 = pd.read_excel(xls, "Sheet1")
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.
Done.
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.
thanks @DeaMariaLeon !
* read_clipboard * Examples read_clipboard, ExcelFile, ExcelFile.parse * skip test for read_clipboard * Added to ExcelFile example
Towards #37875