[FEA] Int64Index for header=None in CSV reader #12582
Labels
0 - Backlog
In queue waiting for assignment
cuIO
cuIO issue
feature request
New feature or request
libcudf
Affects libcudf (C++/CUDA) code.
Milestone
Is your feature request related to a problem? Please describe.
Pandas read_csv without header returns integers as column names. cudf read_csv returns integer numbers as strings.
Similar issue will happen in JSON reader also after "values" support in JSON reader PR #12498 (comment)
Describe the solution you'd like
The libcudf csv reader does not have a method to return metadata as non-string types. Provide a way to indicate there is no header information in metadata. It's possible to fix this issue at Cython/Python layer.
Additional context
PR Comment #12498 (comment)
The text was updated successfully, but these errors were encountered: