Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid DataFrame.groupby(*args, axis=1, **kwargs)
DataFrame.groupby with axis=1 is deprecated. The message says to do `frame.T.groupby(...)` without axis instead. So did I.
- Loading branch information