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

Users should be able to select what dataset format for download #563

Closed
1 task done
agpituk opened this issue Jan 7, 2025 · 0 comments · Fixed by #657
Closed
1 task done

Users should be able to select what dataset format for download #563

agpituk opened this issue Jan 7, 2025 · 0 comments · Fixed by #657
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@agpituk
Copy link
Contributor

agpituk commented Jan 7, 2025

Motivation

Currently, after uploading a dataset, we convert it to HF format. When downloading a Dataset, our API returns an array with the three files of that format, which are not what the user uploaded. We want to give the option to download the file in the CSV format, using the to_csv() function from the Dataset (https://huggingface.co/docs/datasets/v1.5.0/processing.html)

Ideally our API should support passing a parameter that will allow users (sdk, UI) which format they want it into.

Alternatives

No response

Contribution

No response

Have you searched for similar issues before submitting this one?

  • Yes, I have searched for similar issues
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
2 participants