Skip to content

Conversation

@ueshin
Copy link
Collaborator

@ueshin ueshin commented May 22, 2019

This PR adds DataFrame.describe() and Series.describe() with basic stats for numeric types.
Resolves #334.

@ueshin ueshin requested a review from HyukjinKwon May 22, 2019 08:05
Copy link
Member

@HyukjinKwon HyukjinKwon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM if the tests pass. Let's get this in right away if the tests pass :D.

@codecov-io
Copy link

codecov-io commented May 22, 2019

Codecov Report

Merging #375 into master will increase coverage by <.01%.
The diff coverage is 94.73%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #375      +/-   ##
==========================================
+ Coverage    94.6%   94.61%   +<.01%     
==========================================
  Files          41       41              
  Lines        4359     4383      +24     
==========================================
+ Hits         4124     4147      +23     
- Misses        235      236       +1
Impacted Files Coverage Δ
databricks/koalas/missing/frame.py 100% <ø> (ø) ⬆️
databricks/koalas/missing/series.py 100% <ø> (ø) ⬆️
databricks/koalas/series.py 92.96% <100%> (+0.08%) ⬆️
databricks/koalas/frame.py 95.34% <93.75%> (-0.05%) ⬇️
databricks/koalas/generic.py 94.16% <0%> (-0.05%) ⬇️
databricks/koalas/datetime.py
databricks/koalas/datetimes.py 94.02% <0%> (ø)
databricks/koalas/tests/test_series_datetime.py 92.06% <0%> (+0.26%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 866bf16...9f3f74e. Read the comment docs.

@HyukjinKwon HyukjinKwon merged commit 23c0ddb into databricks:master May 22, 2019
@ueshin ueshin deleted the describe branch May 22, 2019 08:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

DataFrame/Series.describe()

3 participants