Incorrect Question 16 This statement sorts the rows in the fires DataFrame by the fire_size variable from largest to sma
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Incorrect Question 16 This statement sorts the rows in the fires DataFrame by the fire_size variable from largest to sma
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)
Incorrect