Direction: Choose the correct option
Q1.
What is a pandas Series?
Direction: Choose the correct option
Q2.
How do you create a DataFrame from a dictionary of lists?
Direction: Choose the correct option
Q3.
What does `df.head()` do?
Direction: Choose the correct option
Q4.
How do you select a column 'name' from a DataFrame?
Direction: Choose the correct option
Q5.
What is the output of `df.shape`?
Direction: Choose the correct option
Q6.
How do you get the index of a DataFrame?
Direction: Choose the correct option
Q7.
What does `df.info()` display?
Direction: Choose the correct option
Q8.
How do you create a DataFrame from a CSV file?
Direction: Choose the correct option
Q9.
What does `df.describe()` produce?
Direction: Choose the correct option
Q10.
How do you get the number of unique values in a column?
