You are on page 1of 1

Top 20: Pandas Interview Questions

1. Define Python Pandas.


2. Mention the different types of data structure in pandas.
3. Explain series in pandas. How to create copy of series in pandas?
4. What is pandas dataframe? How you will create an empty
dataframe in pandas?
5. Explain Reindexing in pandas.
6. What are the key feature of pandas library?
7. What is pandas used for?
8. Explain categorical data in pandas.
9. What are the different ways a dataframe can be created in a
pandas?
10. What is time series in pandas?
11. How can we calculate the standard deviation from the series in
pandas?
12. What are the significant features of the pandas library?
13. How will you add a column to pandas dataframe?
14. How to add an index, row, column, to a pandas a dataframe?
15. How to delete Indices, rows or columns to a pandas dataframe?
16. How to get the minimum, 25th percentile, median, 75th, and max of
a numeric series?
17. Concatenation, merging, filtering, joining, groupby in pandas.
18. Difference between series and dataframe.
19. When, why and how you should reshape your pandas dataframe?
20. How to get frequency counts of unique items of a series?

You might also like