Pandas Interview Questions Flashcards
1
Q
What is Pandas Dataframe?
A
2
Q
What is a Pandas Series?
A
3
Q
How would you make an empty Dataframe in Python?
A
4
Q
In Pandas, how would you find the number of unique values in a column?
A
5
Q
What are some benefits of using Pandas?
A
6
Q
How would you add a column to a Pandas Dataframe?
A
7
Q
How would you rename a column in Pandas Dataframe?
A
8
Q
How would you convert a Pandas Dataframe to a numpy array?
A
9
Q
How would you save a Pandas Dataframe to a csv file?
A
10
Q
Define GroupBy in Pandas?
A