We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
http://stackoverflow.com/questions/15533093/pandas-access-axis-by-user-defined-name/15534409#15534409
not that this is user friendly, but
pd.DataFrame._AXIS_ALIASES['myaxis'1] = 0 pd.DataFrame._AXIS_ALIASES['myaxis2'] = 1 df.sum(axis='myaxis1')
should work but doesn't