Baselight

Wages-cpi-housing

BLS Average Wages, BLS CPI, and US Case-Shiller Index, all combined.

@kaggle.nickseader_wages_cpi_housing

Loading...
Loading...

About this Dataset

Wages-cpi-housing

This data set contains values from the U.S. Bureau of Labor Statistics (BLS) and Archival Economic Data from the St. Louis Federal Reserve.

date = date in months

median weekly earnings = original values of weekly earnings data (quarterly) from the BLS from 1979 to 2022

csindex = U.S. Case-Shiller Index from the Fed from 1987-01 to 2022-12

cpi-u = Consumer Price index from the BLS from 1947-01 to 2023-02

Tables

Earnings Cs Cpi

@kaggle.nickseader_wages_cpi_housing.earnings_cs_cpi
  • 20.78 KB
  • 1843 rows
  • 4 columns
Loading...

CREATE TABLE earnings_cs_cpi (
  "unnamed_0" TIMESTAMP,
  "median_weekly_earnings" DOUBLE,
  "csindex" DOUBLE,
  "cpi_u" DOUBLE
);

Share link

Anyone who has the link will be able to view this.