pandas-dev / pandas

Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
https://pandas.pydata.org
BSD 3-Clause "New" or "Revised" License
43.9k stars 18.03k forks source link

DEPR: df.loc(axis) #31803

Open jbrockmendel opened 4 years ago

jbrockmendel commented 4 years ago

Internally we only use this in a couple of places, so it would be easy to remove. It shows up in user_guide/advanced and in the 0.14.0 release notes.

Without it we could reduce some complexity in the indexing code.

jbrockmendel commented 1 year ago

Not sure why I closed this. Vague memory that @jorisvandenbossche might have explained a compelling use case for it. If so, can I ask him to re-explain here? If not, this may be worthwhile.