Baselight

Titanic Dataset

Gender submission and test file merged

@kaggle.brendan45774_test_file

Loading...
Loading...

About this Dataset

Titanic Dataset

Context

I took the titanic test file and the gender_submission and put them together in excel to make a csv. This is great for making charts to help you visualize. This also will help you know who died or survived. At least 70% right, but its up to you to make it 100% Thanks to the titanic beginners competitions for providing with the data. Please Upvote my dataset, it will mean a lot to me. Thank you!

Tables

Tested

@kaggle.brendan45774_test_file.tested
  • 25.43 KB
  • 418 rows
  • 12 columns
Loading...

CREATE TABLE tested (
  "passengerid" BIGINT,
  "survived" BIGINT,
  "pclass" BIGINT,
  "name" VARCHAR,
  "sex" VARCHAR,
  "age" DOUBLE,
  "sibsp" BIGINT,
  "parch" BIGINT,
  "ticket" VARCHAR,
  "fare" DOUBLE,
  "cabin" VARCHAR,
  "embarked" VARCHAR
);

Share link

Anyone who has the link will be able to view this.