Skip to content

Commit

Permalink
Update frame.py
Browse files Browse the repository at this point in the history
  • Loading branch information
xinrong-meng committed Jan 15, 2021
1 parent d407d2d commit eef97a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions databricks/koalas/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -3780,6 +3780,7 @@ def insert(
kdf = kdf[columns]
self._update_internal_frame(kdf._internal, requires_same_anchor=False)

# TODO: add frep and axis parameter
def shift(self, periods=1, fill_value=None) -> "DataFrame":
"""
Shift DataFrame by desired number of periods.
Expand Down

0 comments on commit eef97a6

Please sign in to comment.