We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Seems to be written "correctly" in the source:
pandas/pandas/io/parsers.py
Line 251 in 4091f64
and parsed correctly in the .rst file:
pandas/doc/source/io.rst
Line 335 in 4091f64
But doesn't show up correctly in the online docs: https://pandas.pydata.org/pandas-docs/stable/generated/pandas.read_excel.html
The text was updated successfully, but these errors were encountered:
The new line problem was fixed in #18412, and the missing named argument comment is added to the read_excel documentation in the proposed PR #18753.
comment
read_excel
Sorry, something went wrong.
No branches or pull requests
Seems to be written "correctly" in the source:
pandas/pandas/io/parsers.py
Line 251 in 4091f64
and parsed correctly in the .rst file:
pandas/doc/source/io.rst
Line 335 in 4091f64
But doesn't show up correctly in the online docs:
https://pandas.pydata.org/pandas-docs/stable/generated/pandas.read_excel.html
The text was updated successfully, but these errors were encountered: