
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
Which method would you use to concatenate two DataFrames?
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 Wayground
12 questions
Java Selenium WebDriver

Quiz
•
Professional Development
10 questions
Excel Shortcuts

Quiz
•
Professional Development
20 questions
AWS-Basics

Quiz
•
Professional Development
15 questions
Foundations II. Challenge I

Quiz
•
Professional Development
19 questions
Викторина Pandas

Quiz
•
Professional Development
16 questions
Fundamentals II. Final de módulo

Quiz
•
Professional Development
20 questions
EXCEL

Quiz
•
KG - Professional Dev...
19 questions
CGI: Databricks

Quiz
•
Professional Development
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade