[FEA] Ability to round-trip all pandas columns dtypes #14149
Labels
cudf.pandas
Issues specific to cudf.pandas
feature request
New feature or request
Python
Affects Python cuDF API.
Milestone
Is your feature request related to a problem? Please describe.
With the current
Column
design andto_pandas
API implementation it is only possible to convert a cudf series to numpy dtype or pandas nullable dtypes. However, pandas also support arrow-backed dtypes.Describe the solution you'd like
I would like cudf to have the ability to round-trip the data type of pandas successfully.
The text was updated successfully, but these errors were encountered: