You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Would this be the correct place to handle synonyms for Panel axes as well? I've hit some methods that require axis to be an int instead of "items"/"major"/"minor". Panel.drop (which looks like its from generic) for example.
@TomAugspurger Can you list all the functions where you find that (pref with an example, even if it's just calls on one function)? (I also recall hitting a few that were doing that). That's probably because the function is getting the axis in the wrong way (i.e., it needs to use _get_axis rather than doing something like self.axes[axis], etc).
Panel functions should end up with 'items' for 0, 'major_axis' or 'major' for 1, 'minor_axis' or 'minor' for 2.
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.
The text was updated successfully, but these errors were encountered: