Skip to content

Commit

Permalink
tuple->list
Browse files Browse the repository at this point in the history
  • Loading branch information
isVoid committed Jan 26, 2022
1 parent 42b1cc4 commit a4d88c3
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 @@ -1351,7 +1351,7 @@ def _drop_na_rows(
for col in self._columns
]
if drop_nan
else self._columns
else list(self._columns)
)

return self._from_columns_like_self(
Expand Down

0 comments on commit a4d88c3

Please sign in to comment.