Municipal Waste Management Cost Prediction
Can you predict the cost of Municipal Waste Management ?
@kaggle.shashwatwork_municipal_waste_management_cost_prediction
Can you predict the cost of Municipal Waste Management ?
@kaggle.shashwatwork_municipal_waste_management_cost_prediction
CREATE TABLE public_data_waste_fee (
"region" VARCHAR,
"province" VARCHAR,
"name" VARCHAR,
"tc" DOUBLE,
"cres" DOUBLE,
"csor" DOUBLE,
"istat" BIGINT,
"area" DOUBLE,
"pop" BIGINT,
"alt" DOUBLE,
"isle" DOUBLE,
"sea" DOUBLE,
"pden" DOUBLE,
"wden" DOUBLE,
"urb" DOUBLE,
"fee" VARCHAR,
"d_fee" BIGINT,
"sample" BIGINT,
"organic" DOUBLE,
"paper" DOUBLE,
"glass" DOUBLE,
"wood" DOUBLE,
"metal" DOUBLE,
"plastic" DOUBLE,
"raee" DOUBLE,
"texile" DOUBLE,
"other" DOUBLE,
"msw_so" DOUBLE,
"msw_un" BIGINT,
"msw" BIGINT,
"sor" DOUBLE,
"geo" DOUBLE,
"roads" DOUBLE,
"s_wteregio" DOUBLE,
"s_landfill" DOUBLE,
"gdp" DOUBLE,
"proads" DOUBLE,
"wage" DOUBLE,
"finance" DOUBLE
);
Anyone who has the link will be able to view this.