File size: 797 Bytes
29628b6 34a2b1e 29628b6 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 |
---
tags:
- kaggle
dataset_info:
features:
- name: PassengerId
dtype: int64
- name: Survived
dtype: int64
- name: Pclass
dtype: int64
- name: Name
dtype: string
- name: Sex
dtype: string
- name: Age
dtype: float64
- name: SibSp
dtype: int64
- name: Parch
dtype: int64
- name: Ticket
dtype: string
- name: Fare
dtype: float64
- name: Cabin
dtype: string
- name: Embarked
dtype: string
splits:
- name: test
num_bytes: 49054
num_examples: 418
- name: train
num_bytes: 103906
num_examples: 891
download_size: 61019
dataset_size: 152960
---
# Dataset Card for "titanic"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) |