Skip to content

Commit

Permalink
Update python/cudf/cudf/core/indexed_frame.py
Browse files Browse the repository at this point in the history
Co-authored-by: Vyas Ramasubramani <[email protected]>
  • Loading branch information
isVoid and vyasr authored Mar 8, 2022
1 parent 5807329 commit c0d8d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cudf/cudf/core/indexed_frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ def _split(self, splits, keep_index=True):

return [
self._from_columns_like_self(
columns_splitted[i],
columns_split[i],
self._column_names,
self._index.names if keep_index else None,
)
Expand Down

0 comments on commit c0d8d8e

Please sign in to comment.