unit-3

unit-3

University

15 Qs

quiz-placeholder

Similar activities

Cleaning in Python Quiz

Cleaning in Python Quiz

University

18 Qs

Python Quiz - 2.6

Python Quiz - 2.6

University

12 Qs

OSI-LAYER

OSI-LAYER

University

10 Qs

Protocolos X.25 e Frame Relay

Protocolos X.25 e Frame Relay

10th Grade - Professional Development

20 Qs

23S1 1906

23S1 1906

University

11 Qs

[JUMP START] Python - Pandas

[JUMP START] Python - Pandas

University

12 Qs

NumpyPandas

NumpyPandas

University

10 Qs

Quiz 12

Quiz 12

University

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