Skip to content

Commit

Permalink
revert factory pending discussion
Browse files Browse the repository at this point in the history
  • Loading branch information
isVoid committed Dec 4, 2021
1 parent 44583fb commit 0413858
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions python/cudf/cudf/core/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,6 @@ def _index_from_data(data: MutableMapping, name: Any = None):
index_class_type = cudf.MultiIndex
return index_class_type._from_data(data, None, name)

def _index_from_column_list(columns: List[ColumnBase]):
"""Construct an index from a list of unnamed columns."""
return _index_from_data(dict(zip(range(len(columns)), columns)))

class RangeIndex(BaseIndex):
"""
Expand Down

0 comments on commit 0413858

Please sign in to comment.