We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61b1f90 commit e7e0e65Copy full SHA for e7e0e65
1 file changed
docs/source/conf.py
@@ -210,7 +210,7 @@
210
intersphinx_mapping = {
211
"python": ("https://docs.python.org/3/", None),
212
"numpy": ("https://numpy.org/doc/stable/", None),
213
- "pandas": ("https://pandas.pydata.org/pandas-docs/stable/", None),
+ "pandas": ("https://pandas.pydata.org/docs/", None),
214
"dask": ("https://docs.dask.org/en/latest/", None),
215
"pyspark": ("https://spark.apache.org/docs/latest/api/python/", None),
216
"modin": ("https://modin.readthedocs.io/en/latest/", None),
0 commit comments