Path Of Exile Economy
Can you predict the value of currencies in an online game?
@kaggle.ulrikthygepedersen_path_of_exile_currency_economy_of_a_99052781
Can you predict the value of currencies in an online game?
@kaggle.ulrikthygepedersen_path_of_exile_currency_economy_of_a_99052781
CREATE TABLE path_of_exile_currency_hardcore_kalandra (
"league" VARCHAR,
"date" TIMESTAMP,
"get" VARCHAR,
"pay" VARCHAR,
"value" DOUBLE,
"confidence" VARCHAR,
"patch" DOUBLE,
"hardcore" VARCHAR,
"standard" VARCHAR
);
CREATE TABLE path_of_exile_currency_hardcore_standard (
"league" VARCHAR,
"date" TIMESTAMP,
"get" VARCHAR,
"pay" VARCHAR,
"value" DOUBLE,
"confidence" VARCHAR,
"patch" DOUBLE,
"hardcore" VARCHAR,
"standard" VARCHAR
);
CREATE TABLE path_of_exile_currency_kalandra (
"league" VARCHAR,
"date" TIMESTAMP,
"get" VARCHAR,
"pay" VARCHAR,
"value" DOUBLE,
"confidence" VARCHAR,
"patch" DOUBLE,
"hardcore" VARCHAR,
"standard" VARCHAR
);
CREATE TABLE path_of_exile_currency_standard (
"league" VARCHAR,
"date" TIMESTAMP,
"get" VARCHAR,
"pay" VARCHAR,
"value" DOUBLE,
"confidence" VARCHAR,
"patch" DOUBLE,
"hardcore" VARCHAR,
"standard" VARCHAR
);
Anyone who has the link will be able to view this.