Path: blob/master/FEC/FEC_Visualiser_Bilan_Treemap.ipynb
2973 views
Kernel: Python 3
FEC - Visualiser Bilan Treemap
Tags: #fec #plotly #treemap #snippet #dataviz
Author: Florent Ravenel
Last update: 2023-04-12 (Created: 2023-01-31)
Description: Ce notebook affiche les éléments du bilan sous forme de graphique treemap. Le graphique "treemap" est très utile pour montrer la répartition des actifs et des passifs.
References:
Input
Import libraries
In [ ]:
Setup Variables
In [ ]:
Model
Get "Assets" data
In [ ]:
Get "Liabilities" data
In [ ]:
Create Treemap
In [ ]:
Output
Save and share your graph as PNG
In [ ]:
Save and share your graph as HTML
In [ ]:
In [ ]:
In [ ]: