You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(#60247)
* DOC: Improve documentation for df.interpolate() methods #60227
* DOC: Fix rounding in DataFrame.interpolate index method example
* Fix: Use index method for linear interpolation with non-sequential index
* Refactor: Rename DataFrame variable for non-sequential index
* Refactor: Added Example for non-sequential dataframe at the end of docstring
* CLN: Remove trailing whitespace in docstring and adding comment
* DOC: Revert added non-sequential index example in interpolate() docstring
* Update pandas/core/generic.py
Co-authored-by: Richard Shadrach <[email protected]>
* Update pandas/core/generic.py
Co-authored-by: Richard Shadrach <[email protected]>
* Trigger CI
* Trigger CI
---------
Co-authored-by: anishkarki <swordfish@DESKTOP-F6H5D41>
Co-authored-by: Richard Shadrach <[email protected]>
Pandas version checks
main
hereLocation of the documentation
https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.interpolate.html
Documentation problem
It is not possible to understand what exactly the method
interpolate
does from reading the documentation. See e.g. this SE post for more detailshttps://stackoverflow.com/questions/65511992/pandas-interpolation-type-when-method-index
Suggested fix for documentation
Rewrite doctstring and documentation page for the method
The text was updated successfully, but these errors were encountered: