From a5b6f61768b7c1576d434acba3f9003450c845e6 Mon Sep 17 00:00:00 2001 From: Uros Bojanic <221401595+uros-b@users.noreply.github.com> Date: Wed, 5 Aug 2026 11:05:11 +0000 Subject: [PATCH] Initial commit --- python/pyspark/pandas/datetimes.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/python/pyspark/pandas/datetimes.py b/python/pyspark/pandas/datetimes.py index aee37e11ab963..e0562749b6d96 100644 --- a/python/pyspark/pandas/datetimes.py +++ b/python/pyspark/pandas/datetimes.py @@ -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 @@ -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 @@ -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