Skip to content

Commit a45535c

Browse files
committed
BUG: read excel changes dtype param
1 parent cf40fb3 commit a45535c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/io/excel/_base.py

+1
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,7 @@ def parse(
479479
mangle_dupe_cols=True,
480480
**kwds,
481481
):
482+
482483
if convert_float is None:
483484
convert_float = True
484485
else:

0 commit comments

Comments
 (0)