Baselight

Titanic

suitable for beginners to ML

@kaggle.niloobahrami_titanic

Loading...
Loading...

About this Dataset

Titanic

This is the original data from Titanic competition plus some changes.
This is great for making charts to help you visualize. This also will help you know who died or survived.
It is also a good practice to put your ML knowledge to work.

Tables

Train

@kaggle.niloobahrami_titanic.train
  • 42.13 KB
  • 891 rows
  • 12 columns
Loading...

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
);

Share link

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