Skip to content

Commit a9b4e07

Browse files
committed
Add argument back in
1 parent 091b052 commit a9b4e07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/parsers/base_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ def _make_index(self, data, alldata, columns, indexnamerow=False):
487487
index = index.set_names(indexnamerow[:coffset])
488488

489489
# maybe create a mi on the columns
490-
columns = self._maybe_make_multi_index_columns(columns)
490+
columns = self._maybe_make_multi_index_columns(columns, self.col_names)
491491

492492
return index, columns
493493

0 commit comments

Comments
 (0)