Session 3 Review

Session 3 Review

Professional Development

10 Qs

quiz-placeholder

Similar activities

Theodolite Surveying

Theodolite Surveying

Professional Development

15 Qs

Module 3 (Chassic) - Tank 300

Module 3 (Chassic) - Tank 300

Professional Development

15 Qs

BAIG

BAIG

Professional Development

11 Qs

Quiz 23/Ago/23

Quiz 23/Ago/23

Professional Development

10 Qs

python

python

University - Professional Development

8 Qs

The Automobile

The Automobile

8th Grade - Professional Development

10 Qs

collection of data

collection of data

11th Grade - Professional Development

15 Qs

LS Quiz 2

LS Quiz 2

Professional Development

11 Qs

Session 3 Review

Session 3 Review

Assessment

Quiz

Other

Professional Development

Medium

Created by

Aj Ganzon

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

A computer can only understand 1s and 0s.

True

False

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

You can only name the alias of 'pandas' library as 'pd'.

True

False

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

A DataFrame contains 2-dimensional array.

False

True

4.

MULTIPLE CHOICE QUESTION

20 sec • 2 pts

The default view of DataFrame consists of first 5 rows.

True

False

5.

MULTIPLE CHOICE QUESTION

20 sec • 2 pts

An object data type for the field can contain numbers.

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 3 pts

Which of the following returns the count of empty values per column in a DataFrame (df)?

df.null().sum()

df.isnull().sum()

df.null.sum()

df.isnull.sum()

7.

MULTIPLE CHOICE QUESTION

20 sec • 2 pts

Is the syntax correct for filtering the Country to Philippines?

df[df['Country']=='Philippines']

True

False

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?