Skip to content

[SPARK-55409][PS] Handle an unexpected keyword argument error from read_excel with pandas 3#54192

Closed
ueshin wants to merge 3 commits intoapache:masterfrom
ueshin:issues/SPARK-55409/read_excel
Closed

[SPARK-55409][PS] Handle an unexpected keyword argument error from read_excel with pandas 3#54192
ueshin wants to merge 3 commits intoapache:masterfrom
ueshin:issues/SPARK-55409/read_excel

Conversation

@ueshin
Copy link
Copy Markdown
Member

@ueshin ueshin commented Feb 6, 2026

What changes were proposed in this pull request?

Handles an unexpected keyword argument error from read_excel with pandas 3.

Why are the changes needed?

There is a removed arguments in read_excel.

  • date_parser

Does this PR introduce any user-facing change?

Yes, it will behave more like pandas 3.

How was this patch tested?

The existing tests.

Was this patch authored or co-authored using generative AI tooling?

No.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Feb 6, 2026

JIRA Issue Information

=== Sub-task SPARK-55409 ===
Summary: Handle an unexpected keyword argument error from read_excel with pandas 3
Assignee: None
Status: Open
Affected: ["4.2.0"]


This comment was automatically generated by GitHub Actions

@ueshin
Copy link
Copy Markdown
Member Author

ueshin commented Feb 6, 2026

@HyukjinKwon
Copy link
Copy Markdown
Member

Merged to master.

Yicong-Huang pushed a commit to Yicong-Huang/spark that referenced this pull request Feb 8, 2026
…ad_excel with pandas 3

### What changes were proposed in this pull request?

Handles an unexpected keyword argument error from read_excel with pandas 3.

### Why are the changes needed?

There is a removed arguments in `read_excel`.

- `date_parser`

### Does this PR introduce _any_ user-facing change?

Yes, it will behave more like pandas 3.

### How was this patch tested?

The existing tests.

### Was this patch authored or co-authored using generative AI tooling?

No.

Closes apache#54192 from ueshin/issues/SPARK-55409/read_excel.

Authored-by: Takuya Ueshin <ueshin@databricks.com>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
rpnkv pushed a commit to rpnkv/spark that referenced this pull request Feb 18, 2026
…ad_excel with pandas 3

### What changes were proposed in this pull request?

Handles an unexpected keyword argument error from read_excel with pandas 3.

### Why are the changes needed?

There is a removed arguments in `read_excel`.

- `date_parser`

### Does this PR introduce _any_ user-facing change?

Yes, it will behave more like pandas 3.

### How was this patch tested?

The existing tests.

### Was this patch authored or co-authored using generative AI tooling?

No.

Closes apache#54192 from ueshin/issues/SPARK-55409/read_excel.

Authored-by: Takuya Ueshin <ueshin@databricks.com>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants