Skip to content
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

Add summary method to Column #3

Open
nl253 opened this issue Nov 26, 2019 · 1 comment
Open

Add summary method to Column #3

nl253 opened this issue Nov 26, 2019 · 1 comment
Labels
feature New stuff (code)
Projects

Comments

@nl253
Copy link
Owner

nl253 commented Nov 26, 2019

So that:

> df.summary()
{
    "mean": 123.12312,
    "var": 123.3112,
    "min": 12,
    "max": 111123,
    "std": 11,11
}
@nl253
Copy link
Owner Author

nl253 commented Nov 26, 2019

The DataFrame class should make use of that and not re-implement that functionality.

@nl253 nl253 added the enhancement Improvement to existing stuff label Nov 26, 2019
@nl253 nl253 added this to To do in Features Nov 27, 2019
@nl253 nl253 added feature New stuff (code) and removed enhancement Improvement to existing stuff labels Nov 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New stuff (code)
Projects
Features
  
To do
Development

No branches or pull requests

1 participant