Titanic Dataset
Titanic Survival Prediction Dataset
@kaggle.yasserh_titanic_dataset
Titanic Survival Prediction Dataset
@kaggle.yasserh_titanic_dataset
CREATE TABLE titanic_dataset (
"passengerid" BIGINT,
"survived" BIGINT,
"pclass" BIGINT,
"name" VARCHAR,
"sex" VARCHAR,
"age" DOUBLE,
"sibsp" BIGINT,
"parch" BIGINT,
"ticket" VARCHAR,
"fare" DOUBLE,
"cabin" VARCHAR,
"embarked" VARCHAR
);
Anyone who has the link will be able to view this.