Skip to content

BUG: engine calamine lost 0 when read_excel from vlookup cell #61186

Open
@ryjfgjl

Description

@ryjfgjl

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

Excel data
Image

df:
Image

Expected Behavior

change engine to openpyxl is correct

Image

Installed Versions

2.2.3

Metadata

Metadata

Assignees

Labels

BugClosing CandidateMay be closeable, needs more eyeballsIO Excelread_excel, to_excelUpstream issueIssue related to pandas dependency

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions