Total Questions : 10
Expected Time : 10 Minutes

1. In Pandas, what does the `explode()` function do?

2. In Pandas, how can you calculate the percentage change in a DataFrame?

3. How can you find the number of unique values in a column 'column_name' in a Pandas DataFrame 'df'?

4. How can you efficiently calculate the percentage change in a Pandas DataFrame for multiple columns?

5. How can you handle outliers in a Pandas DataFrame?

6. What is the purpose of the `between_time()` method in Pandas?

7. How can you filter rows in a Pandas DataFrame 'df' where the column 'column_name' is equal to 10?

8. In Pandas, how can you select multiple columns from a DataFrame?

9. Which Pandas function is used to merge two DataFrames based on a common column?

10. How do you perform multi-index sorting in a Pandas DataFrame?