Please find the full report here.
Or, Use my transformed dataset in MotherDuck by the share link:
-- Run this snippet to attach database in MotherDuck
ATTACH 'md:_share/us_tariff/5e5d7ce4-fe48-487a-a05f-2dd92e9ac43d';-
Do Trump's Tariffs Make Sense? Douglas A.Irwin, Hayek Lecture Series
-
Has Trump Actually Shrunk the Trade Deficit? TLDR News Global
-
Tariffs as a Major Revenue Source: Implications for Distribution and Growth | CEA | The White House
Dependences: dbt, duckdb (MotherDuck), Evidence BI.
Clone the repository and Create a MotherDuck account, add access token into repository secret.
Set up the development environment by .devcontainer, then run the following commands to build the data pipeline and reports:
cd pipeline
dbt build
dbt docs generatecd reports
npm run sources
npm run build . ├── ingest/ ├── data/ │ ├── pipeline/ │ ├── analyses/ │ ├── macros/ │ ├── models/ │ ├── seeds/ │ ├── tests/ │ ├── dbt_project.yml │ └── profiles.yml │ ├── reports/ │ ├── .evidence/customization │ ├── build/ │ ├── pages/ │ ├── scripts/ │ ├── sources/ │ ├── evidence.config.yaml │ ├── package-lock.json │ └── package.json │ ├── .devcontainer/ ├── .github/workflows └── requirements.txt



