-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
Closed
Labels
Closing CandidateMay be closeable, needs more eyeballsMay be closeable, needs more eyeballsEnhancementIO Excelread_excel, to_excelread_excel, to_excelNeeds DiscussionRequires discussion from core team before further actionRequires discussion from core team before further action
Description
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
Labels
Closing CandidateMay be closeable, needs more eyeballsMay be closeable, needs more eyeballsEnhancementIO Excelread_excel, to_excelread_excel, to_excelNeeds DiscussionRequires discussion from core team before further actionRequires discussion from core team before further action