单项选择题
pd是pandas的别名,df是DataFrame数据结构结果的变量名,下面写操作书写正确的是()。
A.pd.to_excel("学生成绩.xlsx")
B.df.to_excel("学生成绩.xlsx",sheet_name=0)
C.df.to_excel("学生成绩.xlsx")
D.pd.to_excel("学生成绩.xlsx",sheet_name=”成绩”)
点击查看答案&解析
