Skip to content

Commit 8786256

Browse files
added comment, pointed back to the issue
1 parent c10b931 commit 8786256

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/io/parsers/python_parser.py

+1
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ def __init__(self, f: FilePathOrBuffer | list, **kwds):
8181
self.verbose = kwds["verbose"]
8282
self.converters = kwds["converters"]
8383

84+
# GH 42462 : dtype dict parameter changes with duplicate columns in input data
8485
if isinstance(kwds["dtype"], dict):
8586
self.dtype = kwds["dtype"].copy()
8687
else:

0 commit comments

Comments
 (0)