[FEA] read_csv support header param with list input
Open
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
Assessment
This issue has not been assessed yet.