Path: blob/master/FEC/FEC_Visualiser_Charges_Horizontal_Barchart.ipynb
2973 views
FEC - Visualiser Charges Horizontal Barchart
Tags: #fec #plotly #horizontalbarchart #visualisation #charges #python
Author: Florent Ravenel
Last update: 2023-05-24 (Created: 2023-05-23)
Description: Ce notebook vous permettra de visualiser les charges de votre entreprise à l'aide d'un barchart horizontal.
Input
Import libraries
Setup Variables
data_charges
: This variable is a dictionary that contains input data related to charges. It has four keys: "ENTITY", "SCENARIO", "LABEL", and "VALUE". The values associated with each key are lists that provide information about the entities, scenarios, labels, and values of the charges respectively. In this example, all the keys have fixed values repeated for each item in the list.html_output
: This variable stores the file name or path for the HTML output.png_output
: This variable stores the file name or path for the PNG output.
Model
Récupération de la données "Charges"
Visualise Charges
Long description of the function to visualise charges using a horizontal barchart from plotly.