Economic Factors Of The Ukrainian Hryvnia
dataset was made for NBU IT Challenge
@kaggle.imgremlin_nbu_challange
dataset was made for NBU IT Challenge
@kaggle.imgremlin_nbu_challange
This dataset was made for NBU IT Challenge where we had to make Neural Network to predict future UAH exhange rate. All data was collected from "minfin.ua"
P.S Me and my team as a result qualified to final of this competition.
CREATE TABLE exchange_rate (
"date" VARCHAR,
"amount" BIGINT,
"total_ex" DOUBLE,
"exrate" DOUBLE
);
Anyone who has the link will be able to view this.