Skip to content

Conversation

@Fidorc80
Copy link
Contributor

…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.

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
ContributorAuthor

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.

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

Thanks @Fidorc80

Sign up for freeto 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

@Fidorc80@mroeschke