用字典dict1=1:'a',2:'b',3:'c',4:'d'创建序列Series,不使用index,则输出结果的语句是:


用字典dict1=1:'a',2:'b',3:'c',4:'d'创建序列Series,不使用index,则输出结果的语句是:

A.pd.Series(dict1,index=idx)

B.pd.Series(dict1)

C.pd.Series(dict1,index=dict1)

D.pd.Series(dict1.index)

正确答案:A


Tag:用字 序列 语句 时间:2022-12-17 14:51:38