Skip to content

Commit

Permalink
Remove missing
Browse files Browse the repository at this point in the history
  • Loading branch information
xinrong-meng committed Mar 4, 2021
1 parent aa80cd5 commit 0de8fe1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions databricks/koalas/missing/indexes.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,6 @@ class MissingPandasLikeDatetimeIndex(MissingPandasLikeIndex):
snap = _unsupported_function("snap", cls="DatetimeIndex")
tz_convert = _unsupported_function("tz_convert", cls="DatetimeIndex")
tz_localize = _unsupported_function("tz_localize", cls="DatetimeIndex")
round = _unsupported_function("round", cls="DatetimeIndex")
floor = _unsupported_function("floor", cls="DatetimeIndex")
ceil = _unsupported_function("ceil", cls="DatetimeIndex")
to_period = _unsupported_function("to_period", cls="DatetimeIndex")
to_perioddelta = _unsupported_function("to_perioddelta", cls="DatetimeIndex")
to_pydatetime = _unsupported_function("to_pydatetime", cls="DatetimeIndex")
Expand Down

0 comments on commit 0de8fe1

Please sign in to comment.