Data Wrangling 01

Data Wrangling 01

Professional Development

10 Qs

quiz-placeholder

Similar activities

Aggregation, Date & Time Functions Quiz

Aggregation, Date & Time Functions Quiz

Professional Development

15 Qs

CodeMonkey Platform Management & Resources

CodeMonkey Platform Management & Resources

Professional Development

10 Qs

Python Libraries Series - Pandas

Python Libraries Series - Pandas

Professional Development

11 Qs

SIMKOM

SIMKOM

12th Grade - Professional Development

15 Qs

Multidimensional OLAP Cubes for Business Intelligence

Multidimensional OLAP Cubes for Business Intelligence

Professional Development

14 Qs

Python Basics

Python Basics

Professional Development

10 Qs

Cell Formatting Quiz

Cell Formatting Quiz

Professional Development

11 Qs

Monday.com Basic Features Quiz

Monday.com Basic Features Quiz

Professional Development

15 Qs

Data Wrangling 01

Data Wrangling 01

Assessment

Quiz

Computers

Professional Development

Practice Problem

Hard

Created by

Kim Lim

Used 8+ times

FREE Resource

AI

Enhance your content in a minute

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

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What function would you use to create a NumPy array filled with zeros?

  • a) np.zeros()

b) np.empty()

c) np.ones()

d) np.array()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function would you use to read a CSV file into a DataFrame?

  • a) pd.read_table()

b) pd.read_excel()

c) pd.read_csv()

d) pd.read_json()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you display the first five rows of a DataFrame?

  • a) df.first

b) df.head()

c) df.tail()

d) df.sample()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you drop a column named 'Age' from a DataFrame df?

  • a) df.drop_column('Age')

b) df.remove('Age')

c) df.drop('Age', axis=1)

d) df.delete('Age')

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What method is used to check for missing values in a DataFrame?

  • a) df.isna()

b) df.isnull()

c) df.check_na()

d) Both a and b

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method is used to concatenate two DataFrames vertically?

  • a) pd.concat([df1, df2], axis=1)

b) pd.merge([df1, df2])

c) pd.concat([df1, df2], axis=0)

d) pd.join([df1, df2])

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function will you use to merge two DataFrames on a common column?

  • a) pd.concat()

b) pd.append()

c) pd.merge()

d) pd.join()

Access all questions and much more by creating a free account

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

Already have an account?