-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
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
jreback
left a comment
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.
| @@ -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
describefunctionality to a separate module and prepare for the further refactor/simplification (xref #36833).pandas/core/describe.pyNDFrame.describeto functiondescribe_ndframein the new module