Skip to content
Prev Previous commit
Next Next commit
Edit whatsnew file to reference a user facing method instead of NDFrame
  • Loading branch information
ellequelle committed Oct 22, 2019
commit 0a4067bf744acbb5d1b28079c88d36887a00848f
2 changes: 1 addition & 1 deletion doc/source/whatsnew/v1.0.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ Bug fixes
~~~~~~~~~

- Bug in :meth:`DataFrame.to_html` when using ``formatters=<list>`` and ``max_cols`` together. (:issue:`25955`)
- Bug in :func:`pandas.core.generic.NDFrame.interpolate` where specifying axis by name references variable before it is assigned (:issue:`29132`)
- Bug in :meth:`DataFrame.interpolate` where specifying axis by name references variable before it is assigned (:issue:`29132`)

Categorical
^^^^^^^^^^^
Expand Down