Closed
Description
Opening an issue about a refactor of the code for the describe
method in Series and DataFrames as requested here: #30209
Idea was to move all the helper functions (according to type) into a new file pandas/core/algos/describe.py
And to redo the tests on describe
methods by dtype using parametrize.
Seeing as the current organization of the files in the master branch does not follow this arrangement and would imply some perhaps bug changes, I'd prefer not to work on this myself.