API: deprecate rename_axis / reindex_axis ? · Issue #17833 · pandas-dev/pandas (original) (raw)
Given we are adding the "labels, axis=0/1" idiom to reindex
and rename
itself (#12392, PR #17800), I think the specific reindex_axis
and rename_axis
will be superfluous.
Should be deprecate them?