Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEA] Add Java bindings for CSV reading with data_type schema #9062

Closed
jlowe opened this issue Aug 18, 2021 · 2 comments · Fixed by #9066
Closed

[FEA] Add Java bindings for CSV reading with data_type schema #9062

jlowe opened this issue Aug 18, 2021 · 2 comments · Fixed by #9066
Assignees
Labels
feature request New feature or request Java Affects Java cuDF API.

Comments

@jlowe
Copy link
Member

jlowe commented Aug 18, 2021

Is your feature request related to a problem? Please describe.
#8240 is removing the ability to specify data types for CSV reading as strings. Currently the Java bindings for CSV reading only support passing strings for the data types.

Describe the solution you'd like
The Java bindings should add a Table.readCSV method that takes the data schema to read as an array of DType rather than strings.

@jlowe jlowe added feature request New feature or request Needs Triage Need team to review and classify Java Affects Java cuDF API. labels Aug 18, 2021
@revans2 revans2 self-assigned this Aug 18, 2021
@revans2
Copy link
Contributor

revans2 commented Aug 18, 2021

I have a patch for this, but the last time I tried to do it I ran into some bugs. I will try to resurrect that patch and verify that the bugs have been fixed.

@revans2 revans2 removed the Needs Triage Need team to review and classify label Aug 18, 2021
@revans2
Copy link
Contributor

revans2 commented Aug 18, 2021

The bug I found is still open #8613 I'll see if it is still a problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request Java Affects Java cuDF API.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants