Skip to content

Commit

Permalink
missed change
Browse files Browse the repository at this point in the history
  • Loading branch information
rgsl888prabhu committed Mar 26, 2020
1 parent 0661cfa commit 36d73f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cudf/cudf/core/column/column.py
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ def __setitem__(self, key, value):
if is_scalar(value):
input = self
if is_categorical_dtype(self.dtype):
input = self.children[0]
input = self.codes

out = input.as_frame()._scatter(key, [value])._as_column()

Expand Down

0 comments on commit 36d73f0

Please sign in to comment.