题目内容

计算numpy中元素个数的方法()

A. np.sqrt()
B. np.size()
C. np.zeors()
D. np.identity()

查看答案
更多问题

有数组n=np.arange(24).reshape(2,-1,2,2),n,shape的结果是

A. (2,2,2,2)
B. (2,3,2,2)
C. (2,4,2,2)
D. (2,-1,2,2)

numpy使用()方法来生成全为0的矩阵

A. eyes
B. arange
C. empty
D. zeors

使用pandas需要导入什么包?

A. numpy
B. pandas
C. matlotlib
D. csv

DataFrame数据结构用( )命令来返回所有列名

A. index
B. values
C. columns
D. iloc

答案查题题库