Quality Prediction In A Mining Process
Explore real industrial data and help manufacturing plants to be more efficient
@kaggle.edumagalhaes_quality_prediction_in_a_mining_process
Explore real industrial data and help manufacturing plants to be more efficient
@kaggle.edumagalhaes_quality_prediction_in_a_mining_process
CREATE TABLE miningprocess_flotation_plant_database (
"date" TIMESTAMP,
"n__iron_feed" BIGINT,
"n__silica_feed" BIGINT,
"starch_flow" BIGINT,
"amina_flow" BIGINT,
"ore_pulp_flow" BIGINT,
"ore_pulp_ph" BIGINT,
"ore_pulp_density" BIGINT,
"flotation_column_01_air_flow" BIGINT,
"flotation_column_02_air_flow" BIGINT,
"flotation_column_03_air_flow" BIGINT,
"flotation_column_04_air_flow" BIGINT,
"flotation_column_05_air_flow" BIGINT,
"flotation_column_06_air_flow" BIGINT,
"flotation_column_07_air_flow" BIGINT,
"flotation_column_01_level" BIGINT,
"flotation_column_02_level" BIGINT,
"flotation_column_03_level" BIGINT,
"flotation_column_04_level" BIGINT,
"flotation_column_05_level" BIGINT,
"flotation_column_06_level" BIGINT,
"flotation_column_07_level" BIGINT,
"n__iron_concentrate" BIGINT,
"n__silica_concentrate" BIGINT
);
Anyone who has the link will be able to view this.