Skip to content

max-lutz/national-assembly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

French national assembly data visualization

A visualization tool for the data of the french national assembly.

Main libraries used: pandas, streamlit, matplotlib

The app is accessible here: https://national-assembly-data-visualization.streamlit.app/

The data are accessible with: https://data.assemblee-nationale.fr/

final_61103c9976778700f1af6cb8_826755

How to use this reporitory:

  1. Clone the reporitory
  2. Install the libraries needed (check requirements.txt)
  3. Run Load_data.ipynb located in the notebooks folder (this will create the csv with the dataframes)
  4. Run app.py with streamlit