unit-3

unit-3

University

15 Qs

quiz-placeholder

Similar activities

Exploring Python Libraries

Exploring Python Libraries

University

20 Qs

DATA LINK LAYER CONTROL

DATA LINK LAYER CONTROL

University

20 Qs

Network Fundamentals-Data Link Layer

Network Fundamentals-Data Link Layer

9th Grade - Professional Development

11 Qs

Analyse de données avec R (1)

Analyse de données avec R (1)

University

10 Qs

Data Science (Data Preparation & Visualitation)/Pandas Python

Data Science (Data Preparation & Visualitation)/Pandas Python

University

20 Qs

Python Pandas Series

Python Pandas Series

University

15 Qs

Python Quiz- 1.9

Python Quiz- 1.9

University

12 Qs

Final Big Data

Final Big Data

University

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