Pandas Interview Questions Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What is Pandas Dataframe?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a Pandas Series?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How would you make an empty Dataframe in Python?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

In Pandas, how would you find the number of unique values in a column?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are some benefits of using Pandas?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How would you add a column to a Pandas Dataframe?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How would you rename a column in Pandas Dataframe?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How would you convert a Pandas Dataframe to a numpy array?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How would you save a Pandas Dataframe to a csv file?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Define GroupBy in Pandas?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly