Pandas Flashcards

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

How to install

A

import pandas as pd

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

Why pd?

A

Usually you would add the second part (‘as pd’) so you can access Pandas with ‘pd.command’ instead of needing to write ‘pandas.command’ every time you need to use it.

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