Feature axes - #10979
Conversation
Codecov Report
@@ Coverage Diff @@
## branch-22.08 #10979 +/- ##
===============================================
Coverage ? 86.34%
===============================================
Files ? 144
Lines ? 22737
Branches ? 0
===============================================
Hits ? 19633
Misses ? 3104
Partials ? 0 Continue to review full report at Codecov.
|
|
This should be added to the series and dataframe docs probably under "attributes" |
|
rerun tests |
Co-authored-by: brandon-b-miller <53796099+brandon-b-miller@users.noreply.github.com>
Co-authored-by: brandon-b-miller <53796099+brandon-b-miller@users.noreply.github.com>
|
rerun tests |
brandon-b-miller
left a comment
There was a problem hiding this comment.
LGTM unless @vyasr has any thoughts.
vyasr
left a comment
There was a problem hiding this comment.
I've got a few minor suggestions for improvement. Nothing major, but there are enough that I think it's worth going back to address them. They should be quick, let me know if anything is confusing though.
Co-authored-by: Vyas Ramasubramani <vyas.ramasubramani@gmail.com>
Co-authored-by: Vyas Ramasubramani <vyas.ramasubramani@gmail.com>
Co-authored-by: Vyas Ramasubramani <vyas.ramasubramani@gmail.com>
Co-authored-by: Vyas Ramasubramani <vyas.ramasubramani@gmail.com>
Co-authored-by: Vyas Ramasubramani <vyas.ramasubramani@gmail.com>
|
@gpucibot merge |
This PR closes #9592 by adding axes functionality to cudf. Return a list representing the axes of DataFrame and Series. For dataframes, it returns a list of two elements: element zero is the row index and element one is the columns. For series, it returns a list containing the row index.