Skip to content

Commit ad21172

Browse files
undone unnecessary change
1 parent 3df5cf3 commit ad21172

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/io/parsers/python_parser.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,7 @@ def _infer_columns(self):
432432
and self.dtype.get(old_col) is not None
433433
and self.dtype.get(col) is None
434434
):
435+
435436
self.dtype.update({col: self.dtype.get(old_col)})
436437
this_columns[i] = col
437438
counts[col] = cur_count + 1

0 commit comments

Comments
 (0)