Observable Framework

Source code

This project relies on a data loader that reads all the source files and outputs a single summary file, minimized to contain only a subset of the source information:

data/presse.parquet.sh

This is the file that the other pages reference in the front matter:

---
sql:
  presse: data/presse.parquet
---

and process with sql code blocks:

```sql
SELECT COUNT() FROM presse
```