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

[R] Datasets API interface improvements #33520

Open
7 of 13 tasks
asfimport opened this issue Nov 17, 2022 · 0 comments
Open
7 of 13 tasks

[R] Datasets API interface improvements #33520

asfimport opened this issue Nov 17, 2022 · 0 comments

Comments

@asfimport
Copy link

asfimport commented Nov 17, 2022

Umbrella ticket for improvements for our interface to the datasets API, and making the experience more consistent between open_dataset() and the read_*() functions.

The current parameters which are supported in read_delim_arrow() but not in open_dataset are:

  • file

  • col_names

  • col_select

  • na

  • quoted_na

  • parse_options/convert_options/read_options*

  • as_data_frame

    Subtasks 2, 5, 6, 7, 8, and 10 below allow us to support all of the read_csv_arrow() options in open_dataset() for CSVs, or give helpful error messages when options aren't supported.

Reporter: Nicola Crane / @thisisnic

Subtasks:

Note: This issue was originally created as ARROW-18352. Please see the migration documentation for further details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant