unit-3

unit-3

University

15 Qs

quiz-placeholder

Similar activities

Coding Karel 2

Coding Karel 2

KG - University

20 Qs

1 Herramientas Digitales

1 Herramientas Digitales

6th Grade - University

10 Qs

Visual Basic 2010

Visual Basic 2010

8th Grade - University

10 Qs

Skill Competition Quiz 2024

Skill Competition Quiz 2024

10th Grade - University

20 Qs

Introducción Redes Tele1 IB

Introducción Redes Tele1 IB

10th Grade - University

15 Qs

SOFTWARE 7I

SOFTWARE 7I

7th Grade - University

20 Qs

Software dan Hardware

Software dan Hardware

University

10 Qs

Spreadsheet Fundamentals - Quiz2

Spreadsheet Fundamentals - Quiz2

University

20 Qs

unit-3

unit-3

Assessment

Quiz

Computers

University

Practice Problem

Hard

Created by

Ms. Deepika

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?