Skip to content

Commit 13b4d87

Browse files
undone unnecessary change
1 parent ad21172 commit 13b4d87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/io/parsers/python_parser.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -431,9 +431,9 @@ def _infer_columns(self):
431431
and is_dict_like(self.dtype)
432432
and self.dtype.get(old_col) is not None
433433
and self.dtype.get(col) is None
434-
):
435-
434+
):
436435
self.dtype.update({col: self.dtype.get(old_col)})
436+
437437
this_columns[i] = col
438438
counts[col] = cur_count + 1
439439
elif have_mi_columns:

0 commit comments

Comments
 (0)