Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created September 27, 2021 09:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amankharwal/b336701e7d84c510e180c258fea896ef to your computer and use it in GitHub Desktop.
Save amankharwal/b336701e7d84c510e180c258fea896ef to your computer and use it in GitHub Desktop.
pie4 = data["Holiday"].value_counts()
holiday = pie4.index
orders = pie4.values
fig = px.pie(data, values=orders, names=holiday)
fig.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment