-
Notifications
You must be signed in to change notification settings - Fork 5
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
Allow users to upload a local spreadsheet #4
Comments
I want to take this one! |
Hi @roselam3 and thanks for your interest! I'm looking forward to your contribution :) Also if you see any improvements in documentation (readme, contribution guide) or have any feature requests in mind feel free to open new issues. Happy coding! 🚀 |
i would also like to work on this if it is available |
@roselam3 any updates? @utopian-monkey Thanks for the proposal. I guess if @roselam3 hasn't started working on this or if no answer (~1 day) you could work on this issue. |
@utopian-monkey Any news? |
@fdebrain can you assign this to me. |
Is your feature request related to a problem? Please describe.
Instead of being restricted to the provided samples, it would be nice for users to be able to upload their own tabular data.
Describe the solution you'd like
A simple drag and drop widget OR browse file button that allows the user to pick a local file and upload it to the web app. The app would then use the uploaded data to generate plots.
This could be implemented using a file uploader widget for the frontend and Pandas read functions in the backend.
Additional context
We could first focus on CSV and EXCEL file formats, before extending to more formats.
Here is how it could like in the frontend:
The text was updated successfully, but these errors were encountered: