Skip to content

ENH: support using letters as column names in read_excel #54552

@wangxiya

Description

@wangxiya

Feature Type

  • Adding new functionality to pandas

  • Changing existing functionality in pandas

  • Removing existing functionality in pandas

Problem Description

目前,如果head=None,则dataframe的column为1,2,3,4,……

Currently, if header=None, the column names are "1, 2, 3, 4, ......" by default.

Feature Description

建议加入一个参数,在head=None时,可以将dataframe的column设置A,B,C,D,……

Add another parameter so that when header=None, users can set the column name to "A, B, C, D, ......"

Alternative Solutions

None

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Closing CandidateMay be closeable, needs more eyeballsEnhancementIO Excelread_excel, to_excelNeeds DiscussionRequires discussion from core team before further action

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions