Baselight

Index Value (economic Dataset)

Monthly Economic Data Simulation: Interest Rates, Unemployment, and Market Index

@kaggle.harshvir04_index_value_economic_dataset

Modified Synthetic Economic Data
@kaggle.harshvir04_index_value_economic_dataset.modified_synthetic_economic_data

  • 21.86 KB
  • 1200 rows
  • 5 columns
year

Year

month

Month

interest_rate

Interest Rate

unemployment_rate

Unemployment Rate

index_price

Index Price

192413.55.19534.7148965036332
192512.864.36424.9114123995407
192613.655.18582.2539103506841
192714.525.81784.7973182737161
192812.775.07321.1698655495096
192912.775.06322.2527135184694
193014.583.951001.8120450331414
193113.774.01744.3033564670386
193212.532.9478.3313088586473
193313.547.62287.9298330039903

CREATE TABLE modified_synthetic_economic_data (
  "year" BIGINT,
  "month" BIGINT,
  "interest_rate" DOUBLE,
  "unemployment_rate" DOUBLE,
  "index_price" DOUBLE
);

Share link

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