Skip to content
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

DOC: df.to_html documentation incorrectly contains min_rows optional param (release note) #44506

Merged
merged 17 commits into from
Nov 19, 2021
Merged
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
DOC: Update doc v0.9.1 due to error in documentation generation
  • Loading branch information
loicdiridollou committed Nov 18, 2021
commit fa30987d303958af79163073811bca6930f6930b
2 changes: 1 addition & 1 deletion doc/source/whatsnew/v0.9.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ New features

.. ipython:: python

df = DataFrame(np.random.randn(5, 3), columns = ['A','B','C'])
df = pd.DataFrame(np.random.randn(5, 3), columns = ['A','B','C'])
Copy link
Member

Choose a reason for hiding this comment

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

Please revert this change (the CI is having issue unrelated to this PR)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It was raising a warning on my machine when building but does not seem to be the case on the builder in GH so reverted


df

Expand Down