Kizspy | Question: 22
(Choose 1 answer)
Which of the following commands is used to select data if the average temperature in January is higher than 9 degrees Celsius
A. df[df.Temp_Jan > 9]
B. df.Temp_Jan > 9
C. df.[df.Temp_Jan > 9]
D. [df.Temp_Jan > 9]