Skip to content

Commit bde303d

Browse files
committed
FIX-#2253: lint fixes
Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
1 parent e800e4c commit bde303d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

modin/pandas/indexing.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,9 @@ def _write_items(self, row_lookup, col_lookup, item):
415415

416416
def _determine_setitem_axis(self, row_lookup, col_lookup, row_scaler, col_scaler):
417417
"""
418-
Determine an axis along which we should do an assignment:
418+
Determine an axis along which we should do an assignment.
419+
420+
Note:
419421
axis = 0: column assignment df[col] = item
420422
axis = 1: row assignment df.loc[row] = item
421423
axis = None: assignment along both axes

0 commit comments

Comments
 (0)