Baselight

Index Value (economic Dataset)

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

@kaggle.harshvir04_index_value_economic_dataset

Loading...
Loading...

About this Dataset

Index Value (economic Dataset)

Year: The year of the observation.

Month: The month of the observation.

Interest Rate: The prevailing interest rate for the given month.

Unemployment Rate: The unemployment rate in percentage terms for that time period.

Index Price: A synthetic stock market index price representing overall market trends.

Tables

Modified Synthetic Economic Data

@kaggle.harshvir04_index_value_economic_dataset.modified_synthetic_economic_data
  • 21.86 KB
  • 1200 rows
  • 5 columns
Loading...

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.