Skip to content

Commit 2aa9cb9

Browse files
authored
DOC: update ohlc docstring so that it reflects the real use #31919 (#31941)
1 parent eb97073 commit 2aa9cb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/groupby/groupby.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1447,7 +1447,7 @@ def last(x):
14471447
@Appender(_common_see_also)
14481448
def ohlc(self) -> DataFrame:
14491449
"""
1450-
Compute sum of values, excluding missing values.
1450+
Compute open, high, low and close values of a group, excluding missing values.
14511451
14521452
For multiple groupings, the result index will be a MultiIndex
14531453

0 commit comments

Comments
 (0)