Populating a DuckDb database cell with remote binary file (parquet)

Probably exposing my JavaScript ignorance here, but how does one create a Duckdb database cell populated by a .parquet (i.e binary) file hosted remotely rather than as a file attachment?

If it helps, here is an example remote file typical of the sort I need to work with (on GitHub pages so should be CORS compatible):
https://gicentre.github.io/data/census21/englandAndWales/geo.parquet

Have you seen the existing examples on Observable, like DuckDB: Parquet files directly from GitHub / Kimmo Linna | Observable?

Ah, thanks. I did search for Duckdb pages but somehow missed that one.