Pandas基础

Pandas基础

University

20 Qs

quiz-placeholder

Similar activities

通信技术知识点测验

通信技术知识点测验

KG - Professional Development

20 Qs

Ch7-電腦網路

Ch7-電腦網路

University

17 Qs

CSDC_TEST

CSDC_TEST

KG - Professional Development

25 Qs

随堂测验-数据预处理

随堂测验-数据预处理

University

15 Qs

S01.1数据资讯知识

S01.1数据资讯知识

6th Grade - University

24 Qs

113 4-2網路手遊勿沈迷

113 4-2網路手遊勿沈迷

4th Grade - University

15 Qs

生成式人工智能-實作1-文本生成

生成式人工智能-實作1-文本生成

8th Grade - University

17 Qs

8-期中总结

8-期中总结

University

20 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?