Skip to content

Commit

Permalink
Update dataframe.py
Browse files Browse the repository at this point in the history
  • Loading branch information
YarShev authored Apr 25, 2024
1 parent 25a0aec commit fccb4cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modin/pandas/dataframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -2711,6 +2711,7 @@ def __setitem__(self, key, value) -> None:
to_concat.append(src_obj[to_take])

new_qc = concat(to_concat, axis=1)._query_compiler
new_qc.index = self.index
else:
new_qc = self._query_compiler.write_items(
slice(None),
Expand Down

0 comments on commit fccb4cf

Please sign in to comment.