100+ datasets found
  1. Titanic dataset

    • kaggle.com
    zip
    Updated Jan 27, 2022
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Ibrahim Elsayed (2022). Titanic dataset [Dataset]. https://www.kaggle.com/datasets/ibrahimelsayed182/titanic-dataset
    Explore at:
    zip(5731 bytes)Available download formats
    Dataset updated
    Jan 27, 2022
    Authors
    Ibrahim Elsayed
    Description

    Overview

    This is Titanic dataset

    Data Dictionary

    AttributesDefinitionKey
    sexSex/Gendermale/female
    ageAge
    sibspsiblings of the passenger0/1 /2 ...
    parchparents / children aboard the Titanic0/1/2 ...
    farePassenger fare
    embarkedPort of EmbarkationC : Cherbourg, Q : Queenstown, S : Southampton
    classTicket classFirst / Second / Third
    whocategories to passengersmale, female, child
    alonehe was alone in ship or no0/1
    survived0/1

    Don't forget to Upvote😊🥰

  2. d

    Titanic Disaster Dataset

    • data.world
    csv, zip
    Updated Apr 17, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Noah Rippner (2024). Titanic Disaster Dataset [Dataset]. https://data.world/nrippner/titanic-disaster-dataset
    Explore at:
    zip, csvAvailable download formats
    Dataset updated
    Apr 17, 2024
    Authors
    Noah Rippner
    Description

    This is a classic dataset used in many data mining tutorials and demos -- perfect for getting started with exploratory analysis and building binary classification models to predict survival.

    Data covers passengers only, not crew.

    Features

    1. survival - Survival (0 = No; 1 = Yes)
    2. class - Passenger Class (1 = 1st; 2 = 2nd; 3 = 3rd)
    3. name - Name
    4. sex - Sex
    5. age - Age
    6. sibsp - Number of Siblings/Spouses Aboard
    7. parch - Number of Parents/Children Aboard
    8. ticket - Ticket Number
    9. fare - Passenger Fare
    10. cabin - Cabin
    11. embarked - Port of Embarkation (C = Cherbourg; Q = Queenstown; S = Southampton)
    12. boat - Lifeboat (if survived)
    13. body - Body number (if did not survive and body was recovered)

    Visualizations

    http://i.imgur.com/sz2sj47.png" alt="Imgur">

    http://i.imgur.com/FLDktH4.png" alt="Imgur">

  3. T

    titanic

    • tensorflow.org
    Updated Feb 12, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    (2023). titanic [Dataset]. https://www.tensorflow.org/datasets/catalog/titanic
    Explore at:
    Dataset updated
    Feb 12, 2023
    Description

    Dataset describing the survival status of individual passengers on the Titanic. Missing values in the original dataset are represented using ?. Float and int missing values are replaced with -1, string missing values are replaced with 'Unknown'.

    To use this dataset:

    import tensorflow_datasets as tfds
    
    ds = tfds.load('titanic', split='train')
    for ex in ds.take(4):
     print(ex)
    

    See the guide for more informations on tensorflow_datasets.

  4. Titanic Data set

    • kaggle.com
    Updated Feb 28, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Zain Faisal (2024). Titanic Data set [Dataset]. https://www.kaggle.com/datasets/zain280/titanic-data-set
    Explore at:
    Dataset updated
    Feb 28, 2024
    Dataset provided by
    Kagglehttp://kaggle.com/
    Authors
    Zain Faisal
    License

    Apache License, v2.0https://www.apache.org/licenses/LICENSE-2.0
    License information was derived automatically

    Description

    Detail Description:

    The Titanic dataset offers a comprehensive glimpse into the passengers aboard the ill-fated RMS Titanic, which famously sank on its maiden voyage in April 1912 after colliding with an iceberg. This dataset contains a wealth of information about individual passengers, including demographics, ticket class, cabin information, family relationships, fare details, and most notably, survival outcomes.

    Key attributes within the dataset include:

    1. Passenger Class (Pclass): This categorical variable indicates the ticket class of each passenger, ranging from 1st class (wealthiest) to 3rd class (lower socioeconomic status).

    2. Name: The names of passengers, providing insight into their identities.

    3. Sex: Gender of passengers, categorized as male or female.

    4. Age: Age of passengers, providing information about the demographic composition of the Titanic's passengers.

    5. SibSp: Number of siblings/spouses aboard the Titanic, offering insight into family relationships.

    6. Parch: Number of parents/children aboard the Titanic, indicating family size and composition.

    7. Ticket: Ticket number, providing additional information about passenger accommodations and fare details.

    8. Fare: Fare paid by each passenger, which can be indicative of their ticket class and economic status.

    9. Cabin: Cabin number or location, offering insights into passenger accommodations.

    10. Embarked: Port of embarkation (C = Cherbourg, Q = Queenstown, S = Southampton), providing information about passengers' embarkation points.

    11. Survived: This binary variable indicates whether a passenger survived the disaster (1) or not (0), serving as the primary outcome variable for analyses.

    Researchers and data analysts frequently utilize the Titanic dataset for various purposes, including:

    • Exploratory data analysis to understand the demographic composition of passengers and their survival outcomes.
    • Predictive modeling to develop algorithms that predict the likelihood of survival based on passenger characteristics.
    • Feature engineering to derive new variables that may enhance predictive accuracy.
    • Hypothesis testing to investigate factors associated with survival rates, such as passenger class, gender, age, and family size.

    Overall, the Titanic dataset serves as a valuable resource for understanding historical events, exploring data analysis techniques, and teaching machine learning concepts. Its accessibility and rich contextual information make it a popular choice for both educational and research purposes within the data science community.

  5. Titanic Passengers and Crew Complete List

    • kaggle.com
    Updated May 28, 2022
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Ali A.Amiri (2022). Titanic Passengers and Crew Complete List [Dataset]. https://www.kaggle.com/datasets/aliaamiri/titanic-passengers-and-crew-complete-list
    Explore at:
    Dataset updated
    May 28, 2022
    Dataset provided by
    Kagglehttp://kaggle.com/
    Authors
    Ali A.Amiri
    License

    CC0 1.0 Universal Public Domain Dedicationhttps://creativecommons.org/publicdomain/zero/1.0/
    License information was derived automatically

    Description

    This dataset is very similar to what was offered by the Titanic competition. Unfortunately, many wrong data spoiled the original Titanic competition dataset. I discussed this topic in more detail here.

    It is provided by an R package stablelearner. For ease of use, I converted it from RDA to CSV format. I tried to make it error-free. Moreover, there are far fewer missing data.

    It lacks the Cabin feature, but it has Country of nationality. Moreover, it has far fewer missing values.

  6. A

    ‘Titanic dataset’ analyzed by Analyst-2

    • analyst-2.ai
    Updated Nov 21, 2021
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Analyst-2 (analyst-2.ai) / Inspirient GmbH (inspirient.com) (2021). ‘Titanic dataset’ analyzed by Analyst-2 [Dataset]. https://analyst-2.ai/analysis/kaggle-titanic-dataset-1b7b/18f9cff4/?iid=025-562&v=presentation
    Explore at:
    Dataset updated
    Nov 21, 2021
    Dataset authored and provided by
    Analyst-2 (analyst-2.ai) / Inspirient GmbH (inspirient.com)
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    Analysis of ‘Titanic dataset’ provided by Analyst-2 (analyst-2.ai), based on source dataset retrieved from https://www.kaggle.com/brendan45774/test-file on 21 November 2021.

    --- Dataset description provided by original source is as follows ---

    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!

    --- Original source retains full ownership of the source dataset ---

  7. A

    ‘Titanic DataSet from Kaggle’ analyzed by Analyst-2

    • analyst-2.ai
    Updated Sep 30, 2021
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Analyst-2 (analyst-2.ai) / Inspirient GmbH (inspirient.com) (2021). ‘Titanic DataSet from Kaggle’ analyzed by Analyst-2 [Dataset]. https://analyst-2.ai/analysis/kaggle-titanic-dataset-from-kaggle-3195/3dc04e7a/?iid=039-886&v=presentation
    Explore at:
    Dataset updated
    Sep 30, 2021
    Dataset authored and provided by
    Analyst-2 (analyst-2.ai) / Inspirient GmbH (inspirient.com)
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    Analysis of ‘Titanic DataSet from Kaggle’ provided by Analyst-2 (analyst-2.ai), based on source dataset retrieved from https://www.kaggle.com/sureshbhusare/titanic-dataset-from-kaggle on 29 August 2021.

    --- No further description of dataset provided by original source ---

    --- Original source retains full ownership of the source dataset ---

  8. A

    ‘Titanic-Dataset (train.csv)’ analyzed by Analyst-2

    • analyst-2.ai
    Updated Nov 12, 2021
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Analyst-2 (analyst-2.ai) / Inspirient GmbH (inspirient.com) (2021). ‘Titanic-Dataset (train.csv)’ analyzed by Analyst-2 [Dataset]. https://analyst-2.ai/analysis/kaggle-titanic-dataset-train-csv-d701/832937de/?iid=019-246&v=presentation
    Explore at:
    Dataset updated
    Nov 12, 2021
    Dataset authored and provided by
    Analyst-2 (analyst-2.ai) / Inspirient GmbH (inspirient.com)
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    Analysis of ‘Titanic-Dataset (train.csv)’ provided by Analyst-2 (analyst-2.ai), based on source dataset retrieved from https://www.kaggle.com/hesh97/titanicdataset-traincsv on 12 November 2021.

    --- No further description of dataset provided by original source ---

    --- Original source retains full ownership of the source dataset ---

  9. A

    ‘Cleaned Titanic Data Set for EDA’ analyzed by Analyst-2

    • analyst-2.ai
    Updated Sep 30, 2021
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Analyst-2 (analyst-2.ai) / Inspirient GmbH (inspirient.com) (2021). ‘Cleaned Titanic Data Set for EDA’ analyzed by Analyst-2 [Dataset]. https://analyst-2.ai/analysis/kaggle-cleaned-titanic-data-set-for-eda-1f2d/b1f4e91e/?iid=018-047&v=presentation
    Explore at:
    Dataset updated
    Sep 30, 2021
    Dataset authored and provided by
    Analyst-2 (analyst-2.ai) / Inspirient GmbH (inspirient.com)
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    Analysis of ‘Cleaned Titanic Data Set for EDA’ provided by Analyst-2 (analyst-2.ai), based on source dataset retrieved from https://www.kaggle.com/jagjeet555/cleaned-titanic-data-set-for-eda on 30 September 2021.

    --- Dataset description provided by original source is as follows ---

    Context

    This is a Very famous Titanic dataset but it has been cleaned using various statistical method.

    Content

    This Data set contain details of Various Titanic Passengers which include there Passenger ID, Survived (0= Not Survived, 1= Survived), Passenger Class (There are 3 Classes of Passenger In our Data Sets), Sex, Age, SibSp (it stand for Sibling and Spouse), Parch (It Stands for Parents and Children)

    Acknowledgements

    Learnt to do this by learning from Open source Platform like Python with Mosh, Data Analysis with Jovian, and Kaggle

    Inspiration

    You are welcome to do EDA on this Data

    --- Original source retains full ownership of the source dataset ---

  10. h

    Data from: Spaceship-Titanic

    • huggingface.co
    Updated Feb 21, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Hugo Jiménez García (2023). Spaceship-Titanic [Dataset]. https://huggingface.co/datasets/Hugo0133/Spaceship-Titanic
    Explore at:
    Dataset updated
    Feb 21, 2023
    Authors
    Hugo Jiménez García
    Description

    Hugo0133/Spaceship-Titanic dataset hosted on Hugging Face and contributed by the HF Datasets community

  11. h

    Titanic

    • huggingface.co
    Updated Apr 6, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Jogin (2023). Titanic [Dataset]. https://huggingface.co/datasets/Muttanna/Titanic
    Explore at:
    Dataset updated
    Apr 6, 2023
    Authors
    Jogin
    Description

    Muttanna/Titanic dataset hosted on Hugging Face and contributed by the HF Datasets community

  12. Titanic Dataset

    • kaggle.com
    zip
    Updated Aug 13, 2023
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Disha Agarwal (2023). Titanic Dataset [Dataset]. https://www.kaggle.com/datasets/dishaagarwal7001/titanic-dataset
    Explore at:
    zip(22544 bytes)Available download formats
    Dataset updated
    Aug 13, 2023
    Authors
    Disha Agarwal
    Description

    Dataset

    This dataset was created by Disha Agarwal

    Contents

  13. A

    ‘Titanic_Dataset’ analyzed by Analyst-2

    • analyst-2.ai
    Updated Sep 30, 2021
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Analyst-2 (analyst-2.ai) / Inspirient GmbH (inspirient.com) (2021). ‘Titanic_Dataset’ analyzed by Analyst-2 [Dataset]. https://analyst-2.ai/analysis/kaggle-titanic-dataset-2314/600caa01/?iid=020-654&v=presentation
    Explore at:
    Dataset updated
    Sep 30, 2021
    Dataset authored and provided by
    Analyst-2 (analyst-2.ai) / Inspirient GmbH (inspirient.com)
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    Analysis of ‘Titanic_Dataset’ provided by Analyst-2 (analyst-2.ai), based on source dataset retrieved from https://www.kaggle.com/ozlemilgun/titanic-dataset on 30 September 2021.

    --- No further description of dataset provided by original source ---

    --- Original source retains full ownership of the source dataset ---

  14. A

    ‘Titanic: Machine Learning from Disaster’ analyzed by Analyst-2

    • analyst-2.ai
    Updated Sep 30, 2021
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Analyst-2 (analyst-2.ai) / Inspirient GmbH (inspirient.com) (2021). ‘Titanic: Machine Learning from Disaster’ analyzed by Analyst-2 [Dataset]. https://analyst-2.ai/analysis/kaggle-titanic-machine-learning-from-disaster-7277/2ba2e547/?iid=041-726&v=presentation
    Explore at:
    Dataset updated
    Sep 30, 2021
    Dataset authored and provided by
    Analyst-2 (analyst-2.ai) / Inspirient GmbH (inspirient.com)
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    Analysis of ‘Titanic: Machine Learning from Disaster’ provided by Analyst-2 (analyst-2.ai), based on source dataset retrieved from https://www.kaggle.com/shuofxz/titanic-machine-learning-from-disaster on 30 September 2021.

    --- No further description of dataset provided by original source ---

    --- Original source retains full ownership of the source dataset ---

  15. h

    titanic

    • huggingface.co
    Updated Jun 7, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    murali (2023). titanic [Dataset]. https://huggingface.co/datasets/mragutu/titanic
    Explore at:
    Dataset updated
    Jun 7, 2023
    Authors
    murali
    Description

    mragutu/titanic dataset hosted on Hugging Face and contributed by the HF Datasets community

  16. titanic

    • zenodo.org
    csv
    Updated Feb 7, 2022
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Miguel Arbea Gomez; Miguel Arbea Gomez (2022). titanic [Dataset]. http://doi.org/10.5281/zenodo.5987761
    Explore at:
    csvAvailable download formats
    Dataset updated
    Feb 7, 2022
    Dataset provided by
    Zenodohttp://zenodo.org/
    Authors
    Miguel Arbea Gomez; Miguel Arbea Gomez
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    titanic dataset

  17. A

    ‘Titanic’ analyzed by Analyst-2

    • analyst-2.ai
    Updated Nov 13, 2021
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Analyst-2 (analyst-2.ai) / Inspirient GmbH (inspirient.com) (2021). ‘Titanic’ analyzed by Analyst-2 [Dataset]. https://analyst-2.ai/analysis/kaggle-titanic-22b5/babdc8fc/
    Explore at:
    Dataset updated
    Nov 13, 2021
    Dataset authored and provided by
    Analyst-2 (analyst-2.ai) / Inspirient GmbH (inspirient.com)
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    Analysis of ‘Titanic’ provided by Analyst-2 (analyst-2.ai), based on source dataset retrieved from https://www.kaggle.com/prkukunoor/TitanicDataset on 30 September 2021.

    --- Dataset description provided by original source is as follows ---

    Context

    I am planning to compare Above 18 years of male and female between the different class passengers in Titanic Data set

    Content

    A century has sailed by since the luxury steamship RMS Titanic met its catastrophic end in the North Atlantic, plunging two miles to the ocean floors after sideswiping an iceberg during its maiden voyage.Rather than the intended Port of New York, a deep-sea grave became the pride of the White Star Line’s final destination in the early hours of April 15, 1912.More than 1,500 people lost their lives in the disaster In this project I will be performing an exploratory analysis on the data

    Acknowledgements

    I noticed that more women survived in raw number and percentage than men and opposite are true of 3rd class passengers. The bars are a good choice to show the difference between categories, but you may want to look into a grouped bar chart1 for an easier comparison of how many survived or didn't in each group. While there were far more men on the boat, less survived than the women. The class seemed to have a direct effect on a passenger's chance of survival. While it is good to see the difference in the numbers of those who survived to those who didn't.

    Inspiration

    --- Original source retains full ownership of the source dataset ---

  18. titanic dataset

    • kaggle.com
    zip
    Updated Jun 1, 2022
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Ryan Selesnik (2022). titanic dataset [Dataset]. https://www.kaggle.com/datasets/ryanselesnik/titanic-dataset
    Explore at:
    zip(34877 bytes)Available download formats
    Dataset updated
    Jun 1, 2022
    Authors
    Ryan Selesnik
    Description

    Dataset

    This dataset was created by Ryan Selesnik

    Contents

  19. A

    ‘Titanic data for Data Preprocessing’ analyzed by Analyst-2

    • analyst-2.ai
    Updated Nov 15, 2021
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Analyst-2 (analyst-2.ai) / Inspirient GmbH (inspirient.com) (2021). ‘Titanic data for Data Preprocessing’ analyzed by Analyst-2 [Dataset]. https://analyst-2.ai/analysis/kaggle-titanic-data-for-data-preprocessing-c14e/16ec7ee5/?iid=035-124&v=presentation
    Explore at:
    Dataset updated
    Nov 15, 2021
    Dataset authored and provided by
    Analyst-2 (analyst-2.ai) / Inspirient GmbH (inspirient.com)
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    Analysis of ‘Titanic data for Data Preprocessing’ provided by Analyst-2 (analyst-2.ai), based on source dataset retrieved from https://www.kaggle.com/akshaysehgal/titanic-data-for-data-preprocessing on 12 November 2021.

    --- Dataset description provided by original source is as follows ---

    Description

    Public "Titanic" dataset for data exploration, preprocessing and benchmarking basic classification/regression models.

    Columns

    • 'survived'
    • 'pclass'
    • 'sex'
    • 'age'
    • 'sibsp'
    • 'parch'
    • 'fare'
    • 'embarked'
    • 'class'
    • 'who'
    • 'adult_male'
    • 'deck'
    • 'embark_town'
    • 'alive'
    • 'alone'

    Acknowledgements

    Github: https://github.com/mwaskom/seaborn-data/blob/master/titanic.csv

    Inspiration

    Playground for visualizations, preprocessing feature engineering, model pipelining, and more.

    --- Original source retains full ownership of the source dataset ---

  20. A

    ‘Titanic: cleaned data’ analyzed by Analyst-2

    • analyst-2.ai
    Updated Sep 30, 2021
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Analyst-2 (analyst-2.ai) / Inspirient GmbH (inspirient.com) (2021). ‘Titanic: cleaned data’ analyzed by Analyst-2 [Dataset]. https://analyst-2.ai/analysis/kaggle-titanic-cleaned-data-cbf4/dc9cd7ff/?iid=055-046&v=presentation
    Explore at:
    Dataset updated
    Sep 30, 2021
    Dataset authored and provided by
    Analyst-2 (analyst-2.ai) / Inspirient GmbH (inspirient.com)
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    Analysis of ‘Titanic: cleaned data’ provided by Analyst-2 (analyst-2.ai), based on source dataset retrieved from https://www.kaggle.com/jamesleslie/titanic-cleaned-data on 30 September 2021.

    --- Dataset description provided by original source is as follows ---

    Introduction

    This dataset was created in this notebook as part of a three-part series. The data is in machine-learning-ready format, with all missing values for the Age, Fare and Embarked columns having been imputed.

    Data imputation

    • Age: this column was imputed by using the median age for the passenger's title (Mr, Mrs, Dr etc).
    • Fare: the single missing value in this column was imputed using the median value for that passenger's class.
    • Embarked: the two missing values here were imputed using the Pandas backfill method.

    Usage

    This data is used in both the second and third parts of the series.

    --- Original source retains full ownership of the source dataset ---

Share
FacebookFacebook
TwitterTwitter
Email
Click to copy link
Link copied
Close
Cite
Ibrahim Elsayed (2022). Titanic dataset [Dataset]. https://www.kaggle.com/datasets/ibrahimelsayed182/titanic-dataset
Organization logo

Titanic dataset

Thisi Titanic dataset

Explore at:
zip(5731 bytes)Available download formats
Dataset updated
Jan 27, 2022
Authors
Ibrahim Elsayed
Description

Overview

This is Titanic dataset

Data Dictionary

AttributesDefinitionKey
sexSex/Gendermale/female
ageAge
sibspsiblings of the passenger0/1 /2 ...
parchparents / children aboard the Titanic0/1/2 ...
farePassenger fare
embarkedPort of EmbarkationC : Cherbourg, Q : Queenstown, S : Southampton
classTicket classFirst / Second / Third
whocategories to passengersmale, female, child
alonehe was alone in ship or no0/1
survived0/1

Don't forget to Upvote😊🥰

Search
Clear search
Close search
Google apps
Main menu