Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 069abf4

Browse files
add series docstring
1 parent a7877ae commit 069abf4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • third_party/bigframes_vendored/pandas/core

third_party/bigframes_vendored/pandas/core/series.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@
3232

3333

3434
class Series(NDFrame): # type: ignore[misc]
35+
"""
36+
One-dimensional ndarray with axis labels (including time series).
37+
"""
38+
3539
@property
3640
def dt(self):
3741
"""

0 commit comments

Comments
 (0)