-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: Example missing in pandas.DataFrame.to_html #44945
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
Comments
Would you be interested in submitting a pr? |
Yes, it'll be my first one, I’ll |
take |
@phofl I've updated the example in my locally cloned repo (pandas/pandas/core/frame.py). How do I test it so I'm sure before submitting the PR. As I'm new to coding space, any help is appreciated. Thanks much! |
You can check the contributing Guide. There is a section about building the docs locally |
Carefully read the docstring guide, particularly on Examples. Several issues with your attempt:
See other docstrings for guidance. |
Thank you so much, working on it! |
@phofl ... Pushed the recommended fix (above) |
…ed failing DataFrame.to_html() example
Pandas version checks
master
hereLocation of the documentation
pandas.DataFrame.to_html (https://pandas.pydata.org/docs/dev/reference/api/pandas.DataFrame.to_html.html?highlight=pandas%20dataframe%20to_html#)
Documentation problem
Came across the documentation for pandas.DataFrame.to_html, found no example
Suggested fix for documentation
Example:
The text was updated successfully, but these errors were encountered: