Skip to content

Commit 95b6c63

Browse files
zaroberthdevries
authored andcommitted
DOC PR09 Add missing . on freq parameter on groupby.py (pandas-dev#31998)
1 parent d6d3c7e commit 95b6c63

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
@@ -2329,7 +2329,7 @@ def shift(self, periods=1, freq=None, axis=0, fill_value=None):
23292329
periods : int, default 1
23302330
Number of periods to shift.
23312331
freq : str, optional
2332-
Frequency string
2332+
Frequency string.
23332333
axis : axis to shift, default 0
23342334
fill_value : optional
23352335

0 commit comments

Comments
 (0)