Open sergiykhan opened 2 years ago
The example here https://plotly.com/python/custom-buttons/#update-button is missing df = df.set_index('Date') at the end of the Load dataset section and thus does not demo as intended.
df = df.set_index('Date')
Load dataset
I want to work on this issue.
The example here https://plotly.com/python/custom-buttons/#update-button is missing
df = df.set_index('Date')
at the end of theLoad dataset
section and thus does not demo as intended.