From a2a94a49a27adf2d02c40acc14bdddba4d63f1b2 Mon Sep 17 00:00:00 2001 From: Shenyang Cai Date: Wed, 7 May 2025 00:16:51 +0000 Subject: [PATCH] fix: fix dayofyear doc test --- third_party/bigframes_vendored/pandas/core/indexes/accessor.py | 1 - 1 file changed, 1 deletion(-) diff --git a/third_party/bigframes_vendored/pandas/core/indexes/accessor.py b/third_party/bigframes_vendored/pandas/core/indexes/accessor.py index a3c0d59e46..a5004c93d0 100644 --- a/third_party/bigframes_vendored/pandas/core/indexes/accessor.py +++ b/third_party/bigframes_vendored/pandas/core/indexes/accessor.py @@ -87,7 +87,6 @@ def dayofyear(self): 2017-01-02 00:00:00 2 2017-01-03 00:00:00 3 dtype: Int64 - dtype: Int64 Returns: Series: Containing integers indicating the day number.