[FEA] Series transpose #9605
Labels
feature request
New feature or request
good first issue
Good for newcomers
Python
Affects Python cuDF API.
Milestone
For pandas API compatibility, we can implement
transpose
on Series in addition to the existing implementation on DataFrame. As a Series is a 1-D container, in pandasSeries.transpose()
returns the original Series.This is consistent with numpy semantics for 1-D arrays:
The text was updated successfully, but these errors were encountered: