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 series.transpose #9835

Merged
merged 29 commits into from
Dec 7, 2021
Merged

Conversation

mayankanand007
Copy link
Contributor

Fixes: #9605

@github-actions github-actions bot added the Python Affects Python cuDF API. label Dec 3, 2021
@mayankanand007 mayankanand007 self-assigned this Dec 3, 2021
@mayankanand007 mayankanand007 added 3 - Ready for Review Ready for review by team feature request New feature or request non-breaking Non-breaking change labels Dec 3, 2021
@mayankanand007 mayankanand007 marked this pull request as ready for review December 3, 2021 14:47
@mayankanand007 mayankanand007 requested a review from a team as a code owner December 3, 2021 14:47
@mayankanand007 mayankanand007 requested review from isVoid, charlesbluca and beckernick and removed request for charlesbluca December 3, 2021 14:47
@mayankanand007 mayankanand007 changed the title Transpose adding series.transpose Dec 3, 2021
@codecov
Copy link

codecov bot commented Dec 3, 2021

Codecov Report

Merging #9835 (2c35902) into branch-22.02 (967a333) will decrease coverage by 0.04%.
The diff coverage is 5.68%.

Impacted file tree graph

@@               Coverage Diff                @@
##           branch-22.02    #9835      +/-   ##
================================================
- Coverage         10.49%   10.44%   -0.05%     
================================================
  Files               119      119              
  Lines             20305    20423     +118     
================================================
+ Hits               2130     2133       +3     
- Misses            18175    18290     +115     
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 3b93f5c...2c35902. Read the comment docs.

python/cudf/cudf/tests/test_series.py Outdated Show resolved Hide resolved
python/cudf/cudf/core/series.py Outdated Show resolved Hide resolved
@mayankanand007 mayankanand007 requested a review from isVoid December 6, 2021 21:44
Copy link
Contributor

@isVoid isVoid left a comment

Choose a reason for hiding this comment

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

One small comment, else is good

python/cudf/cudf/tests/test_series.py Show resolved Hide resolved
python/cudf/cudf/tests/test_series.py Outdated Show resolved Hide resolved
python/cudf/cudf/tests/test_series.py Outdated Show resolved Hide resolved
@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
@galipremsagar
Copy link
Contributor

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 8c82d6a 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 transpose
4 participants