Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python/docs/source/reference/pyspark.pandas/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Pandas API on Spark
This page gives an overview of all public pandas API on Spark.

.. note::
pandas API on Spark follows the API specifications of latest pandas release.
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe we cannot always support the latest pandas version in some cases, especially when they introduce the breaking changes.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should just keep it as is for now. It's a bit of overhead to keep changing this monthly

pandas API on Spark follows the API specifications of `latest pandas release <https://pandas.pydata.org/docs/reference/index.html>`_.

.. toctree::
:maxdepth: 2
Expand Down