Direction: Choose the correct option
Q1.
What is pandas?
Direction: Choose the correct option
Q2.
What is a DataFrame in pandas?
Direction: Choose the correct option
Q3.
How do you create a DataFrame from a dictionary?
Direction: Choose the correct option
Q4.
How do you read a CSV file into a DataFrame?
Direction: Choose the correct option
Q5.
What does `df.head()` do?
Direction: Choose the correct option
Q6.
How do you select a column 'name' from a DataFrame?
Direction: Choose the correct option
Q7.
What does `df.isnull().sum()` do?
Direction: Choose the correct option
Q8.
How do you group data by a column?
Direction: Choose the correct option
Q9.
What is the output of `df.describe()`?
Direction: Choose the correct option
Q10.
How do you merge two DataFrames on a common column?
