Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Which of the following combinations of DataFrame operations will return a new DataFrame containing only rows that satisfy a given logical condition?
A
drop(), where()
B
filter(), select()
C
filter(), where()
D
select(), where()
E
filter(), drop()