Closed
Description
- Add 'rows' as synonym for 'index' for DataFrame and Series - ENH: Make 'rows' an axis alias for 'index' #5309
- Allow Series to accept axis kwarg for flex ops (and only allow axis=0) - CLN: Add axis kwarg to Series wrapper for compat #5352
- Fix Panel functions that aren't getting axis correctly - BUG/ENH: Allow drop to accept axis name #5354
I think (2) may already be there, but I'm not sure and I want to check that.
This should be really trivial to do but it should make interactive playing around with frame and series a bit more intuitive. Don't think it makes sense for panel.