相关考题
-
单项选择题
Numpy数组python中reshape函数的正确语法是()
A.array.reshape(shape)
B.reshape(shape,array)
C.reshape(array,shape)
D.reshape(shape) -
单项选择题
以下哪项可用于生成Dataframe ()
A.Series
B.DataFrame
C.Structured ndarray
D.以上全部 -
单项选择题
哪个函数需要像序列这样的数组字典或另一个字典的字典来返回DataFrame ()
A.DataFrame.from_items
B.DataFrame.from_records
C.DataFrame.from_dict
D.以上全部