Commit 73da90c
* 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]>
1 parent 938832b commit 73da90c
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7668 | 7668 | | |
7669 | 7669 | | |
7670 | 7670 | | |
7671 | | - | |
7672 | | - | |
| 7671 | + | |
| 7672 | + | |
| 7673 | + | |
| 7674 | + | |
| 7675 | + | |
| 7676 | + | |
7673 | 7677 | | |
7674 | 7678 | | |
7675 | 7679 | | |
| |||
0 commit comments