Macroeconomic Index For Retail Sector In Brazil
10 years of data from Brazilian macroeconomic indicators
@kaggle.clonageinvitro_andre_luis_lopes_da_silva
10 years of data from Brazilian macroeconomic indicators
@kaggle.clonageinvitro_andre_luis_lopes_da_silva
CREATE TABLE dataset (
"date" TIMESTAMP,
"trend" VARCHAR,
"ipca" DOUBLE,
"selic" DOUBLE,
"ibc_br" BIGINT,
"icom" BIGINT,
"expectativa" BIGINT,
"dolar" BIGINT,
"icon" DOUBLE,
"ibov" BIGINT,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adjclose" DOUBLE,
"volume" BIGINT,
"ticker" VARCHAR
);
Anyone who has the link will be able to view this.