-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
MOVE: describe to pandas/core/describe.py #39102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
location suggestion. ping on green.
thanks for just moving.
pandas/io/formats/describe.py
Outdated
@@ -0,0 +1,205 @@ | |||
""" | |||
Module responsible for execution of NDFrame.describe() method. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i would put in pandas/core/describe.py
@ivanovmg actually can you merge master again, think i just merged an incompatible change here |
great ping on green |
@jreback, it is green. |
thanks @ivanovmg |
Move
describe
functionality to a separate module and prepare for the further refactor/simplification (xref #36833).pandas/core/describe.py
NDFrame.describe
to functiondescribe_ndframe
in the new module