Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created September 27, 2021 09:35
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/094c2cd0c0b4529b80fbdef7b695ead1 to your computer and use it in GitHub Desktop.
Save amankharwal/094c2cd0c0b4529b80fbdef7b695ead1 to your computer and use it in GitHub Desktop.
pie3 = data["Discount"].value_counts()
discount = pie3.index
orders = pie3.values
fig = px.pie(data, values=orders, names=discount)
fig.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment