Skip to content
Closed
Changes from 3 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
4 changes: 2 additions & 2 deletions python/pyspark/sql/pandas/map_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def mapInPandas(
profile : :class:`pyspark.resource.ResourceProfile`. The optional ResourceProfile
to be used for mapInPandas.

.. versionadded: 3.5.1
.. versionadded: 4.0.0


Examples
Expand Down Expand Up @@ -199,7 +199,7 @@ def mapInArrow(
profile : :class:`pyspark.resource.ResourceProfile`. The optional ResourceProfile
to be used for mapInPandas.

.. versionadded: 3.5.1
.. versionadded: 4.0.0

Examples
--------
Expand Down