We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
the https://dash.plotly.com/minimal-app sample has this code:
df = pd.read_csv('https://raw.githubusercontent.com/plotly/datasets/master/gapminder_unfiltered.csv')
however, it seems that it doesn't return content anymore, but rather this is the correct URL:
df = pd.read_csv('https://raw.githubusercontent.com/plotly/datasets/refs/heads/master/gapminder_unfiltered.csv')
probably more parts of the documentation referencing these sample repo will fail
The text was updated successfully, but these errors were encountered:
No branches or pull requests
the https://dash.plotly.com/minimal-app sample has this code:
however, it seems that it doesn't return content anymore, but rather this is the correct URL:
probably more parts of the documentation referencing these sample repo will fail
The text was updated successfully, but these errors were encountered: