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

Implement Series.mad #1503

Merged
merged 10 commits into from
May 19, 2020
Merged

Implement Series.mad #1503

merged 10 commits into from
May 19, 2020

Conversation

90jam
Copy link
Contributor

@90jam 90jam commented May 16, 2020

implement mad in Series

>>> s = ks.Series([1, 2, 3, 4])
>>> s.mad()
1.0

@codecov-io
Copy link

Codecov Report

Merging #1503 into master will decrease coverage by 2.15%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1503      +/-   ##
==========================================
- Coverage   93.93%   91.78%   -2.16%     
==========================================
  Files          36       36              
  Lines        8445     8450       +5     
==========================================
- Hits         7933     7756     -177     
- Misses        512      694     +182     
Impacted Files Coverage Δ
databricks/koalas/missing/series.py 100.00% <ø> (ø)
databricks/koalas/series.py 96.98% <100.00%> (+0.02%) ⬆️
databricks/koalas/usage_logging/__init__.py 24.32% <0.00%> (-70.28%) ⬇️
databricks/koalas/usage_logging/usage_logger.py 50.00% <0.00%> (-50.00%) ⬇️
databricks/koalas/__init__.py 73.07% <0.00%> (-19.24%) ⬇️
databricks/conftest.py 88.67% <0.00%> (-7.55%) ⬇️
databricks/koalas/frame.py 92.56% <0.00%> (-3.02%) ⬇️
databricks/koalas/utils.py 94.25% <0.00%> (-2.40%) ⬇️
databricks/koalas/namespace.py 84.49% <0.00%> (-1.61%) ⬇️
databricks/koalas/plot.py 93.33% <0.00%> (-0.96%) ⬇️
... and 1 more

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 6fbe6d0...9d357c8. Read the comment docs.

@itholic
Copy link
Contributor

itholic commented May 18, 2020

Seems good to me.

@codecov-commenter
Copy link

codecov-commenter commented May 19, 2020

Codecov Report

Merging #1503 into master will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1503   +/-   ##
=======================================
  Coverage   94.01%   94.02%           
=======================================
  Files          36       36           
  Lines        8458     8463    +5     
=======================================
+ Hits         7952     7957    +5     
  Misses        506      506           
Impacted Files Coverage Δ
databricks/koalas/missing/series.py 100.00% <ø> (ø)
databricks/koalas/series.py 97.72% <100.00%> (+0.01%) ⬆️

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 ca7949e...b641b18. Read the comment docs.

@HyukjinKwon HyukjinKwon merged commit 53d990f into databricks:master May 19, 2020
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.

6 participants