Skip to content

Commit 069abf4

Browse files
add series docstring
1 parent a7877ae commit 069abf4

File tree

1 file changed

+4
-0
lines changed
  • third_party/bigframes_vendored/pandas/core

1 file changed

+4
-0
lines changed

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)