USA Consumer Prices (U.S. Bureau Of Labor Statistics, 2023)
@owid.us_consumer_prices
@owid.us_consumer_prices
CREATE TABLE owid_us_consumer_prices_2 (
"country" VARCHAR,
"year" INTEGER,
"all_items" FLOAT,
"clothing" FLOAT,
"education" FLOAT,
"food_beverages" FLOAT,
"housing" FLOAT,
"household_energy" FLOAT,
"medical_care" FLOAT,
"tuition_fees_childcare" FLOAT,
"college_tuition_fees" FLOAT,
"software" FLOAT,
"televisions" FLOAT,
"toys" FLOAT,
"public_transport" FLOAT,
"new_cars" FLOAT
);
Anyone who has the link will be able to view this.