单项选择题
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.以上全部 -
单项选择题
对未对齐序列执行任何操作时索引将发生什么()
A.并集
B.交集
C.以上两者
D.以上都不是