Pandas quiz (15 MCQ)

Pandas MCQ Quiz

Pandas MCQ Quiz

1. What is Pandas mainly used for?

2. Which data structure in Pandas is 1-dimensional?

3. Pandas is built on top of which Python library?

4. Which function reads data from a CSV file?

5. What does df.head() do?

6. What is the default number of rows shown by df.head()?

7. Which method gives basic statistics of numeric columns?

8. Which command returns DataFrame shape?

9. What function removes missing values?

10. Which of the following merges two DataFrames?

11. What does df.info() provide?

12. Which of these is NOT a Pandas function?

13. Which library works closely with Pandas for plotting?

14. Which function is used to count unique values in a column?

15. How can you access the first row of a DataFrame?

Comments

Popular posts from this blog

Topic1:- Introduction of Machine Learning

Topic3:- python's Important Libraries for Machine Learning

Topic 2:- Machine Learning Workflow