NVIDIA / NVIDIA/cudf

[FEA] read_csv support header param with list input

Open
#11,135 2 comments 0 reactions 0 assignees View on GitHub
0 - Backlog cuIO feature request libcudf
Dominant language
C++
Stars
9.8k
Forks
1.1k
Avg merge
3d 6m
Merged PRs (30d)
278

Description

cudf.read_csv 's header param only accepts an int. This limits the use case where the DataFrame has a MultiIndex.
i.e.

`pd.read_csv('myfile.csv', index_col=0, header=[0,1])`
vs
`cudf.read_csv('myfile.csv', index_col=0, header=[0,1]) #fails since header is an int`

rapids 22.04+

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.