Skip to content

DOC: fix read_excel and ExcelFile engine parameter description (#28231) #28245

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 2 commits into from
Sep 5, 2019
Merged

Conversation

zys5945
Copy link
Contributor

@zys5945 zys5945 commented Aug 31, 2019

Closes #28231.

First PR. Not sure if I'm doing anything wrong.

@simonjayhawkins simonjayhawkins added Docs IO Excel read_excel, to_excel labels Aug 31, 2019
@@ -787,7 +787,8 @@ class ExcelFile:
If a string or path object, expected to be a path to xls or xlsx file.
Copy link
Member

Choose a reason for hiding this comment

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

The short summary of this docstring still says that it uses xlrd - can you update that while touching these?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thank you for pointing it out. Just pushed a change.

@WillAyd WillAyd added this to the 1.0 milestone Sep 2, 2019
Copy link
Member

@WillAyd WillAyd left a comment

Choose a reason for hiding this comment

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

lgtm - ping on green

@zys5945
Copy link
Contributor Author

zys5945 commented Sep 5, 2019

@WillAyd tests passed

@WillAyd WillAyd merged commit 813123b into pandas-dev:master Sep 5, 2019
@WillAyd
Copy link
Member

WillAyd commented Sep 5, 2019

Thanks @zys5945

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Docs IO Excel read_excel, to_excel
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update documentation on pd.read_excel, to reflect the fact that support for OpenDocument files is available
3 participants