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

Adding support for Series.autocorr #9833

Merged
merged 19 commits into from
Dec 7, 2021

Conversation

mayankanand007
Copy link
Contributor

@mayankanand007 mayankanand007 commented Dec 2, 2021

Fixes: #9635

@github-actions github-actions bot added Python Affects Python cuDF API. libcudf Affects libcudf (C++/CUDA) code. labels Dec 2, 2021
@mayankanand007 mayankanand007 self-assigned this Dec 2, 2021
@mayankanand007 mayankanand007 added feature request New feature or request non-breaking Non-breaking change 2 - In Progress Currently a work in progress labels Dec 2, 2021
@github-actions github-actions bot removed the libcudf Affects libcudf (C++/CUDA) code. label Dec 3, 2021
@codecov
Copy link

codecov bot commented Dec 3, 2021

Codecov Report

Merging #9833 (ce2547b) into branch-22.02 (967a333) will decrease coverage by 0.04%.
The diff coverage is 5.63%.

Impacted file tree graph

@@               Coverage Diff                @@
##           branch-22.02    #9833      +/-   ##
================================================
- Coverage         10.49%   10.44%   -0.05%     
================================================
  Files               119      119              
  Lines             20305    20425     +120     
================================================
+ Hits               2130     2133       +3     
- Misses            18175    18292     +117     
Impacted Files Coverage Δ
python/cudf/cudf/__init__.py 0.00% <0.00%> (ø)
python/cudf/cudf/core/_base_index.py 0.00% <0.00%> (ø)
python/cudf/cudf/core/column/column.py 0.00% <0.00%> (ø)
python/cudf/cudf/core/column/string.py 0.00% <ø> (ø)
python/cudf/cudf/core/dataframe.py 0.00% <0.00%> (ø)
python/cudf/cudf/core/frame.py 0.00% <0.00%> (ø)
python/cudf/cudf/core/groupby/groupby.py 0.00% <0.00%> (ø)
python/cudf/cudf/core/index.py 0.00% <ø> (ø)
python/cudf/cudf/core/indexed_frame.py 0.00% <0.00%> (ø)
python/cudf/cudf/core/multiindex.py 0.00% <0.00%> (ø)
... and 10 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 8c82d6a...ce2547b. Read the comment docs.

@mayankanand007 mayankanand007 marked this pull request as ready for review December 3, 2021 14:20
@mayankanand007 mayankanand007 requested a review from a team as a code owner December 3, 2021 14:20
@mayankanand007 mayankanand007 changed the title [WIP] adding support for Series.autocorr Adding support for Series.autocorr Dec 3, 2021
@mayankanand007 mayankanand007 added 3 - Ready for Review Ready for review by team and removed 2 - In Progress Currently a work in progress labels Dec 3, 2021
@galipremsagar galipremsagar added 5 - Ready to Merge Testing and reviews complete, ready to merge and removed 3 - Ready for Review Ready for review by team labels Dec 7, 2021
@skirui-source
Copy link
Contributor

@gpucibot merge

@rapids-bot rapids-bot bot merged commit a5633c2 into rapidsai:branch-22.02 Dec 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
5 - Ready to Merge Testing and reviews complete, ready to merge feature request New feature or request non-breaking Non-breaking change Python Affects Python cuDF API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEA] Series autocorr
4 participants