Untitled
Anonymous
python
03/07/2023 12:35 PM
248 B
23
Indexable
les_gets = (
ski_resorts
.loc[ski_resorts["LiftCapacity"].argmax()].iloc[[-6, -5, -4]]
.reset_index()
.rename({"index": "lift_type", 265: "count"}, axis=1)
)
les_gets
Editor is loading...