Kizspy | Question: 65 (Choose 1 answer)
What does the following filter line of code do?
df.filter(df["teamlevel"] > 1)
A. Filter each row to show only team levels larger than 1.
B. Filter each column to show only team levels larger than 1.
C. Select the first two columns of the data and filter each column to show only team levels larger than 1.
D. Select the first two columns of the data and displays only team levels greater than 1.