Direction: Choose the correct option
Q1.
How do you check for missing values in a DataFrame?
Direction: Choose the correct option
Q2.
How do you drop rows with any missing values?
Direction: Choose the correct option
Q3.
How do you fill missing values with a constant?
Direction: Choose the correct option
Q4.
What does `df.duplicated()` return?
Direction: Choose the correct option
Q5.
How do you remove duplicate rows?
Direction: Choose the correct option
Q6.
How do you rename a column?
Direction: Choose the correct option
Q7.
What does `df['col'].astype('int')` do?
Direction: Choose the correct option
Q8.
How do you replace a specific value in a column?
Direction: Choose the correct option
Q9.
How do you drop a column by name?
Direction: Choose the correct option
Q10.
What does `df.ffill()` do?
