Pandas and Data Manipulation Flashcards

1
Q

When do we use parentheses during data analysis?

A

Whenever we have a function or method that is ready to take one or multiple arguments

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

What are at least 4 ways we use brackets during data analysis?

A

-We want to perform indexing in a list
-We want to slice a list or dataframe, or a numpy array
-We want to filter a dataframe(isolating columns)
-We want to specify items in a list

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