Quantcast
Channel: 🎛️ Dash - Plotly Community Forum
Viewing all articles
Browse latest Browse all 6271

Updating database from another PC

$
0
0

Apologies if this question is out of scope, I’m just not sure where to get insight about this (StackOverflow didn’t help).
My script reads an excel file using pandas.read_csv(), which is therefore read as a dataframe, analysed and interactively displayed on the dashboard. The excel file is of course in the current working directory where the script is.

My queston is after I deploy the app (I use heroku), the user will want to be able to read their own excel files to display different data on the dashboard, not just the one currently there. How would this be possible if I have bundled up and deployed the app from my PC ? How can a uesr from another locatin (PC) change the data that is being displayed? Do I have to deploy the app from their PC instead ?

Thanks in advance, any help will be appreciated :slight_smile:

2 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 6271

Trending Articles