Untitled
unknown
python
3 years ago
184 B
12
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...