Page 1 of 1

Incorrect Question 16 This statement sorts the rows in the fires DataFrame by the fire_size variable from largest to sma

Posted: Sun Jul 10, 2022 11:30 am
by answerhappygod
Incorrect Question 16 This Statement Sorts The Rows In The Fires Dataframe By The Fire Size Variable From Largest To Sma 1
Incorrect Question 16 This Statement Sorts The Rows In The Fires Dataframe By The Fire Size Variable From Largest To Sma 1 (56.59 KiB) Viewed 46 times
Incorrect Question 16 This statement sorts the rows in the fires DataFrame by the fire_size variable from largest to smallest: fires.sort_values ('fire-size', descending=True) fires.sort_values ('fire-size', ascending=False) fires.sort_values ('fire-size') 0/4 pts fires.sort('fire-size', ascending=False)