A step by step tutorial for visualizing data as treemap using squarify and matplotlib packages
Treemap is a popular visualization technique used to visualize ‘Part of a Whole’ relationship like pie chart and donut chart. However, treemaps are easy to follow and interpret. Also, treemaps perform a better job when we have to compare a large number of items.
Medium Article:
How to plot treemap: / how-to-plot-a-treemap-in-python
Treemap vs Pie Chart: / how-treemaps-are-better-than-pie-chart
MEDIUM MEMBERSHIP
You can support me by joining Medium Membership program by using my referral link:
/ membership
Your membership fee directly supports me and other writers you read. You'll also get full access to every story on Medium.
Squarify PYPI: https://pypi.org/project/squarify/
Data Source:
Finviz: https://finviz.com/screener.ashx?v=11...
GitHub Repo:
https://github.com/abhijith-git/Publi...