-
-
Notifications
You must be signed in to change notification settings - Fork 18.9k
Closed
Labels
BugClosing CandidateMay be closeable, needs more eyeballsMay be closeable, needs more eyeballsIO Excelread_excel, to_excelread_excel, to_excelUpstream issueIssue related to pandas dependencyIssue related to pandas dependency
Description
Pandas version checks
-
I have checked that this issue has not already been reported.
-
I have confirmed this bug exists on the latest version of pandas.
-
I have confirmed this bug exists on the main branch of pandas.
Reproducible Example
df = pd.read_excel(r'C:\Users\ryjfgjl\Desktop\汽车计提1-2月明细(1).xlsx', sheet_name=3, na_filter=False, engine='calamine', dtype=object)
print(df)
Issue Description
Expected Behavior
change engine to openpyxl is correct
Installed Versions
2.2.3
Metadata
Metadata
Assignees
Labels
BugClosing CandidateMay be closeable, needs more eyeballsMay be closeable, needs more eyeballsIO Excelread_excel, to_excelread_excel, to_excelUpstream issueIssue related to pandas dependencyIssue related to pandas dependency