Pandas基础

Pandas基础

University

20 Qs

quiz-placeholder

Similar activities

網路安全

網路安全

University

15 Qs

多媒體概論(2)

多媒體概論(2)

University - Professional Development

20 Qs

S1516 资讯伦理+Web3.0

S1516 资讯伦理+Web3.0

7th Grade - University

18 Qs

ERP 系統與供應鏈管理測驗

ERP 系統與供應鏈管理測驗

University

23 Qs

随堂测验-数据预处理

随堂测验-数据预处理

University

15 Qs

S16.4 未来的互联网

S16.4 未来的互联网

10th Grade - University

25 Qs

CUTYLAB XMAS Party~~ ヽ(∀゚ )人(゚∀゚)人( ゚∀)人(∀゚ )人(゚∀゚)人( ゚∀)ノ

CUTYLAB XMAS Party~~ ヽ(∀゚ )人(゚∀゚)人( ゚∀)人(∀゚ )人(゚∀゚)人( ゚∀)ノ

University

20 Qs

Python Lists Quiz

Python Lists Quiz

University

17 Qs

Pandas基础

Pandas基础

Assessment

Quiz

Computers

University

Hard

Created by

文强 李

Used 3+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

以下哪个方法用于创建 Series?

pd.DataFrame()

pd.Series()

array()

list()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

DataFrame 中的每一列实际上是一个什么类型的对象?

列表

字典

Series

数组

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

以下哪个方法用于按*整数*位置选择 DataFrame 的特定行?

iloc

loc

select

index

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

以下哪个运算符可以用于 DataFrame 的布尔索引表示“与”?

&&

and

&

!

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

DataFrame 可以通过字典或列表来创建。

正确

错误

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

多选:在 Pandas 中,DataFrame 的行标签和列标签分别称为 ______ 和 ______。

index

row

columns

raw

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

使用 df[df['column'] == value] 可以实现什么操作?

添加新列

过滤行

删除列

修改索引

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?