We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc0578c commit 521a87bCopy full SHA for 521a87b
content/survey_results.ipynb
@@ -16,7 +16,7 @@
16
"\n",
17
"def display_chart():\n",
18
" # response = requests.get(url=\"https://structuralpython.b-cdn.net/df_sun.xlsx\")\n",
19
- " # df = pd.read_excel(io.BytesIO(response.content))\n",
+ " # df = pd.read_excel(io.BytesIO(response.content)) #\n",
20
" df = pd.read_excel(\"df_sun.xlsx\")\n",
21
" return px.sunburst(df, path=[\"status\", 'category', 'topic'], values='count', width=1000, height=1000)"
22
]
0 commit comments