Which method would you use to concatenate two DataFrames?

Day 6 and 7

Quiz
•
Computers
•
Professional Development
•
Hard
Akash 1705004
Used 1+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
10 sec • 10 pts
pd.merge()
pd.join()
pd.concat()
pd.append()
2.
MULTIPLE CHOICE QUESTION
10 sec • 10 pts
How can you check the first 5 rows of a DataFrame named df?
df.head()
df.first(5)
df.rows(5)
df.show(5)
3.
MULTIPLE CHOICE QUESTION
20 sec • 10 pts
How do you delete a column in a dataframe permanently?
df.drop('new_column', axis=1, inplace=True)
df.drop('new_column', axis=1)
df.drop('new_column')
df.drop('new_column', axis=1, inplace=False)
4.
MULTIPLE CHOICE QUESTION
20 sec • 10 pts
Which is the correct way to select a column from a DataFrame named df?
df.select('column_name')
df['column_name']
df.column_name
Both B and C are correct.
5.
MULTIPLE CHOICE QUESTION
10 sec • 10 pts
Which method is used to replace missing values in a DataFrame df?
df.fillna(value)
df.replace_null(value)
df.set_values(value)
df.impute(value)
6.
MULTIPLE CHOICE QUESTION
20 sec • 10 pts
How can you set multiple columns as the index of a DataFrame df?
df.set_index(['col1', 'col2'])
df.index(['col1', 'col2'])
df.primary_key(['col1', 'col2'])
df.use_index(['col1', 'col2'])
7.
MULTIPLE CHOICE QUESTION
20 sec • 10 pts
What is the output of df.describe() where df is a DataFrame?
A DataFrame summarizing the mean, median, and mode of each column
A DataFrame showing the first, second, and third quartiles of each column
A DataFrame providing descriptive statistics
A DataFrame listing the maximum and minimum values of each column
Create a free account and access millions of resources
Similar Resources on Quizizz
11 questions
Day14 Quiz PWDK

Quiz
•
Professional Development
10 questions
Fundamentos de la IA

Quiz
•
Professional Development
10 questions
Apache Spark

Quiz
•
Professional Development
10 questions
Vlookup Formula in Excel

Quiz
•
Professional Development
10 questions
M5 & M6

Quiz
•
Professional Development
15 questions
Evaluación de conocimientos

Quiz
•
Professional Development
20 questions
Quiz 5.1

Quiz
•
Professional Development
20 questions
Module 2 Review

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