We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2547ff3 commit ad5ef47Copy full SHA for ad5ef47
pandas/core/generic.py
@@ -10216,6 +10216,7 @@ def shift(
10216
suffix : str, optional
10217
If str and periods is an iterable, this is added after the column
10218
name and before the shift value for each shifted column name.
10219
+ For `Series` this parameter is unused and defaults to `None`.
10220
10221
Returns
10222
-------
0 commit comments