Untitled

 avatar
unknown
python
2 years ago
184 B
7
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...