用字典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
用字典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
相关答案
热门答案