Skip to content

Commit 0224c06

Browse files
committed
Update survey_results.ipynb
1 parent d3e5a9c commit 0224c06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/survey_results.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"\n",
1717
"def display_chart():\n",
1818
" # response = requests.get(url=\"https://structuralpython.b-cdn.net/df_sun.xlsx\")\n",
19-
" # df = pd.read_excel(io.BytesIO(response.content)) #\n",
19+
" # df = pd.read_excel(io.BytesIO(response.content))\n",
2020
" df = pd.read_excel(\"df_sun.xlsx\")\n",
2121
" return px.sunburst(df, path=[\"status\", 'category', 'topic'], values='count', width=1000, height=1000)"
2222
]

0 commit comments

Comments
 (0)