Skip to content

DOC: Fix docstrings of Excel related functions #23494

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
datapythonista opened this issue Nov 4, 2018 · 1 comment · Fixed by #24503
Closed

DOC: Fix docstrings of Excel related functions #23494

datapythonista opened this issue Nov 4, 2018 · 1 comment · Fixed by #24503
Labels
Milestone

Comments

@datapythonista
Copy link
Member

The next Excel related functions contain many errors as reported by scripts/validate_docstrings.py:

  • pandas.read_excel
  • pandas.io.formats.style.Styler.to_excel
  • Series.to_excel
  • DataFrame.to_excel

We should fix them, following our standards: https://pandas.pydata.org/pandas-docs/stable/contributing_docstring.html

The validation script should not report errors after they are fixed.

@timdef
Copy link

timdef commented Nov 5, 2018

@datapythonista Just got my development environment set up and am working on this. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants