Titanic Data Set
Exploring Passenger Profiles and Survival Rates aboard the RMS Titanic
@kaggle.zain280_titanic_data_set
Exploring Passenger Profiles and Survival Rates aboard the RMS Titanic
@kaggle.zain280_titanic_data_set
CREATE TABLE train (
"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.