Skip to main content

DuckDB: Healthcare - Providers Open Payments Data

In this example, we will use DuckDB to query the Open Payments data from the Centers for Medicare & Medicaid Services (CMS). This dataset contains information about financial relationships between healthcare providers and pharmaceutical companies.

This is open government data, and you can find the original dataset on the CMS website.

You can find this example in the hugr examples repository.

In this example, we will demonstrate how to set up a DuckDB database as Hugr data source and how is works the self describe feature.

To read more about the DuckDB data source, see the DuckDB data source documentation.

Example

📄 Loading documentation...