You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Opening an issue about a refactor of the code for the
describe
method in Series and DataFrames as requested here: #30209Idea 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.
The text was updated successfully, but these errors were encountered: