Skip to content

Commit

Permalink
Remove xs from missing
Browse files Browse the repository at this point in the history
  • Loading branch information
itholic committed Oct 25, 2019
1 parent bed954e commit b620849
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion databricks/koalas/missing/series.py
Expand Up @@ -110,7 +110,6 @@ class _MissingPandasLikeSeries(object):
unstack = unsupported_function('unstack')
update = unsupported_function('update')
view = unsupported_function('view')
xs = unsupported_function('xs')

# Deprecated functions
as_blocks = unsupported_function('as_blocks', deprecated=True)
Expand Down

0 comments on commit b620849

Please sign in to comment.