Skip to content

Conversation

@Fidorc80
Copy link
Contributor

@Fidorc80 Fidorc80 commented Dec 8, 2025

…ndas/io/excel/_base.py.

  • closes #xxxx (Replace xxxx with the GitHub issue number)
  • Tests added and passed if fixing a bug or adding a new feature
  • All code checks passed.
  • Added type annotations to new arguments/methods/functions.
  • Added an entry in the latest doc/source/whatsnew/vX.X.X.rst file if fixing a bug or adding a new feature.
  • If I used AI to develop this pull request, I prompted it to follow AGENTS.md.

@Fidorc80 Fidorc80 requested a review from rhshadrach as a code owner December 8, 2025 23:08
The file can be read using the file name as string or an open file object:
>>> pd.read_excel("tmp.xlsx", index_col=0) # doctest: +SKIP
Name Value
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you make sure these column names are aligned to the values of the columns (similar below)?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have updated the formatting as requested.

@mroeschke mroeschke added the Docs label Dec 9, 2025
@mroeschke mroeschke added this to the 3.0 milestone Dec 9, 2025
@mroeschke mroeschke merged commit 8229df0 into pandas-dev:main Dec 9, 2025
46 checks passed
@mroeschke
Copy link
Member

Thanks @Fidorc80

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants