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.