3.4 Filter Observations Flashcards
1
Q
What does “filtering” a dataframe mean?
A
picking out a subset rows
2
Q
what is the difference between loc() and iloc()
A
loc() is label based, whereas iloc() is integer based
3
Q
A