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

Quiz
•
Computers
•
Professional Development
•
Hard
Kim Lim
Used 8+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
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?
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()
Create a free account and access millions of resources
Similar Resources on Quizizz
10 questions
Vlookup Formula in Excel

Quiz
•
Professional Development
15 questions
Day 6 and 7

Quiz
•
Professional Development
15 questions
Foundations II. Challenge I

Quiz
•
Professional Development
11 questions
Python Libraries Series - Pandas

Quiz
•
Professional Development
10 questions
DP 300Practice 2

Quiz
•
Professional Development
7 questions
Python IV

Quiz
•
Professional Development
10 questions
SELECT 2

Quiz
•
Professional Development
6 questions
Python VI

Quiz
•
Professional Development
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade