题目内容

pandas读取文件的类型有

A. csv
B. excel
C. html
D. json

查看答案
更多问题

Series对象包含的两个主要属性为

A. index
B. values
C. scale
D. type

DataFrame更改索引的方法有

A. set_index()
B. reindex()
C. index()
D. columns()

DataFrame选择区域的方式,其中基于行列索引标签进行选择的有:

A. loc
B. iloc
C. at
D. iat

DataFrame选择区域的方式,其中基于行列位置关系进切片的有:

A. iloc
B. loc
C. at
D. iat

答案查题题库