Pie Chart -- Python Plotly
Charming Data
The Pie Chart: using Plotly Express & Python, this tutorial will teach you everything about the Pie chart. How to build it, shape it, style it, and slice the data. We will be using real-life data on the Coronavirus. Links below:
The Code: https://github.com/Coding-with-Adam/Dash-by-Plotly/blob/master/Plotly_Graphs/Pie/pie.py
The Data: https://drive.google.com/file/d/1lprY2tp86VLFQ3PrjIe_g_w5kPtqdoTr/view?usp=sharing
Pie Charts with Plotly: https://plot.ly/python/pie-charts/
Pie Chart Documentation: https://plot.ly/python-api-reference/generated/plotly.express.pie.html#plotly.express.pie
Pie Chart Layout Reference: https://plot.ly/python-api-reference/generated/plotly.graph_objects.Pie.html#plotly.graph_objects.Pie
Video Layout: 00:00 - Introduction 02:19 - Filtering the data 03:13 - Building the Pie Chart 12:55 - Styling the Pie Chart ... https://www.youtube.com/watch?v=BBg7aV8UBnA
105289982 Bytes