Collection Of Classification & Regression Datasets
This dataset encompasses my collection of classification and regression
@kaggle.balakrishcodes_others
This dataset encompasses my collection of classification and regression
@kaggle.balakrishcodes_others
CREATE TABLE customer (
"customer_id" VARCHAR,
"customer_name" VARCHAR,
"segment" VARCHAR,
"age" BIGINT,
"country" VARCHAR,
"city" VARCHAR,
"state" VARCHAR,
"postal_code" BIGINT,
"region" VARCHAR
);
Anyone who has the link will be able to view this.