unit-3

unit-3

University

15 Qs

quiz-placeholder

Similar activities

C - Structures

C - Structures

University

20 Qs

Pandas Python: Trabajo con Datos

Pandas Python: Trabajo con Datos

University

20 Qs

MÓDULOS Y PAQUETES PARA MACHINE LEARNING CON PYTHON

MÓDULOS Y PAQUETES PARA MACHINE LEARNING CON PYTHON

University

20 Qs

Pandas Data Manipulation Quiz

Pandas Data Manipulation Quiz

University

10 Qs

Python Quiz - 6

Python Quiz - 6

University

10 Qs

随堂测验-数据预处理

随堂测验-数据预处理

University

15 Qs

Arquitetura IPv6

Arquitetura IPv6

1st Grade - University

10 Qs

Baza danych Acess

Baza danych Acess

University

14 Qs

unit-3

unit-3

Assessment

Quiz

Computers

University

Hard

Created by

Ms. Deepika

Used 2+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

data preparation steps

loading

cleaning

transforming

rearranging

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

analyst’s time for data preparation

80% or more

75%

40%

30%

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

NaN is also known as

Sentinal value

value

both

none

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

NAN full form

Not a Number

Not avaiable

missing number

none

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

s = pd.Series([2,3,np.nan,7,"The Hobbit"])

s.isnull()

0 False

1 False

2 True

3 False

4 False

dtype: bool

0 False

1 False

2 False

3 False

4 False

dtype: bool

0 False

1 True

2 False

3 False

4 False

dtype: bool

0 False

1 True

2 True

3 False

4 False

dtype: bool

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

data = pd.Series([1, NA, 3.5, NA, 7])

data.dropna()

0 1.0

2 3.5

3 7.0

0 1.0

1 3.5

2 7.0

0 1.0

2 3.5

4 7.0

0 1.0

1 3.5

4 7.0

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

data[data.notnull()] is equivalent to

data.fillna()

data.drop()

data.dropna()

none

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?