Skip to content

Commit e5cf743

Browse files
bicarlsenyehoshuadimarsky
authored andcommitted
Removed broken link from NDFrame#interpolate docs. (pandas-dev#45990)
* Removed broken link from NDFrame#interpolate docs. The link at https://docs.scipy.org/doc/scipy/reference/tutorial/interpolate.html pointing to the SciPy Interpolation tutorial is broken. An alternative tutorial was not found in the new documentation. * Fixed whitespace formatting.
1 parent d20b7b6 commit e5cf743

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pandas/core/generic.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -6870,9 +6870,7 @@ def interpolate(
68706870
similar names. These use the actual numerical values of the index.
68716871
For more information on their behavior, see the
68726872
`SciPy documentation
6873-
<https://docs.scipy.org/doc/scipy/reference/interpolate.html#univariate-interpolation>`__
6874-
and `SciPy tutorial
6875-
<https://docs.scipy.org/doc/scipy/reference/tutorial/interpolate.html>`__.
6873+
<https://docs.scipy.org/doc/scipy/reference/interpolate.html#univariate-interpolation>`__.
68766874
68776875
Examples
68786876
--------

0 commit comments

Comments
 (0)