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
6 changes: 0 additions & 6 deletions python/pyspark/pandas/datetimes.py
Original file line number Diff line number Diff line change
Expand Up @@ -688,8 +688,6 @@ def round(self, freq: Union[str, DateOffset], *args: Any, **kwargs: Any) -> "ps.
- 'raise' will raise an NonExistentTimeError if there are
nonexistent times

.. note:: this option only works with pandas 0.24.0+

Returns
-------
Series
Expand Down Expand Up @@ -748,8 +746,6 @@ def floor(self, freq: Union[str, DateOffset], *args: Any, **kwargs: Any) -> "ps.
- 'raise' will raise an NonExistentTimeError if there are
nonexistent times

.. note:: this option only works with pandas 0.24.0+

Returns
-------
Series
Expand Down Expand Up @@ -808,8 +804,6 @@ def ceil(self, freq: Union[str, DateOffset], *args: Any, **kwargs: Any) -> "ps.S
- 'raise' will raise an NonExistentTimeError if there are
nonexistent times

.. note:: this option only works with pandas 0.24.0+

Returns
-------
Series
Expand Down