Skip to content

Commit

Permalink
FIX: Fix shift implementation for time shift [no upstream] (modin-pro…
Browse files Browse the repository at this point in the history
…ject#6)

Signed-off-by: mvashishtha <[email protected]>
  • Loading branch information
mvashishtha authored and vnlitvinov committed Mar 16, 2023
1 parent 066b9f7 commit 3d9516f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modin/pandas/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -2752,7 +2752,7 @@ def shift(
inplace=False,
)
if freq is None
else self.tshift(periods, freq, axis, fill_value)
else self.tshift(periods, freq, axis)
)

def skew(
Expand Down

0 comments on commit 3d9516f

Please sign in to comment.