How do I update my data in Plotly Studio?
Written By Matthew Brown
Last updated About 2 months ago
If you need to update an app's CSV file, there is a prompt workaround you can use to do this:
Load data from ~/Data/my_dynamic.csv and write it to the local project directory if it’s available. Always use the latest data file in the project.This should copy the new data file into your project and your app should now be using the latest data file. If you choose to deploy this app, it will deploy with the latest data file at the time of deployment.
Note: We are actively working on a new Data Sources feature that will replace this static data workflow. Stay tuned in December for updates!