I was recently working on a csv file that I needed to keep changing and I wanted Plotly Studio to pick up on those changes. I know Plotly Studio copies the file into the project for me, but in this case I really wanted it to use the live file so I could change it.
The trick I used was to go into the Data module on the left and ask it to use the specific file path I wanted.
Load data from a file and return a dataframe.
Always use the file "/Users/robertclaus/data/Animals.csv"
Then whenever I changed the CSV file I go back to the home page and re-open the new project to see the latest data!
I found the same trick worked to switch between files with the same columns!
This didn’t work for actually deploying, but I’m mostly exploring locally anyways.