DEPR: axis=1 in DataFrame.window, resample · Issue #51778 · pandas-dev/pandas (original) (raw)

xref #51203 we've deprecated groupby with axis=1 bc under the hood it does a transpose anyway, so might as well tell users to do that directly. resample and window do the same thing. Let's deprecate those too.