Epidemiological analysis of ADHD in France using national health data
An interactive Streamlit dashboard for exploring trends in ADHD diagnosis and medication in France (2018–2024), built on open public health data.
Covers prescription volumes, regional disparities, demographic breakdowns, and longitudinal trends — with export capabilities for further analysis.
Data sources: Open Medic (reimbursed prescriptions), Cartographie des pathologies CNAM, Medic'AM — all publicly available from data.ameli.fr and data.gouv.fr.
- 📊 Dynamic dashboards — prescription volumes and trends (2018–2024)
- 🗺️ Regional breakdown — geographic disparities across French departments
- 🔍 Filters — by region, treatment type, period, age group
- 📈 Interactive charts — time series, maps, histograms (Plotly)
- 📥 Data export — CSV/Excel download for further analysis
- 📄 Automated reports — PDF and Power BI outputs
observatoire-tdah-france/
├── data/ # Raw and cleaned datasets
│ └── prescriptions_2018_2024.csv
├── notebooks/ # Exploratory Jupyter notebooks
├── scripts/ # Ingestion and transformation scripts
├── src/ # Reusable Python modules
├── streamlit-app/ # Streamlit application
│ ├── main.py
│ └── requirements.txt
├── power bi/ # Power BI dashboard files (.pbix)
├── reports/ # Generated reports (PDF, HTML)
├── tests/ # Unit tests
└── requirements.txt
git clone https://github.com/remichenouri/observatoire-tdah-france.git
cd observatoire-tdah-france
python3 -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
streamlit run streamlit-app/main.pyPython 3.9+ · Streamlit · pandas · NumPy · Plotly · scikit-learn · Power BI · pytest
- Researchers & data scientists — longitudinal trend analysis and predictive modelling
- Healthcare analysts — regional prescription benchmarking
- Policy analysts — evaluating geographic disparities and healthcare access
Rémi Chenouri — Commercial Excellence Data Analyst | Healthcare
📧 chenouri.remi@proton.me · LinkedIn
Built with open data — Observatoire TDAH France is a portfolio project for data analysis and visualisation in public health.