Skip to content

dark-teal-coder/project-data-analysis-pandas-titanic-survival

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Python Data Analysis of Titanic Survival with Pandas

Metadata

Project

  • Title: Python Data Analysis of Titanic Survival with Pandas
  • Difficulty:
    • Beginner
    • Intermediate
    • Advanced
  • Scale:
    • Small
    • Medium
    • Large

Repository Description

The project uses Python Pandas library to analyze Titanic data from Kaggle to answer the question "What categories of passengers were most likely to survive the Titanic disaster?". The data set can be obtained at Titanic - Machine Learning from Disaster.

Installation

Python Development Tools

Python Libraries

Check if you have Python installed using the command python --version, or simply, python version, in the CLI. Git-clone the project repository from Github to the local machine. Use the command py -m pip install package_name to install the necessary Python libraries. Check out pip documentation to learn more about pip install. Check the top part of the .py script file for the list of libraries required. For example, you may need requests and beautifulsoup4 libraries if you see the following lines in the top part of the script file:

import requests
from bs4 import BeautifulSoup

If pip fails to locate the relevant packages, you may find it at Python Package Index (PyPI). Use python file_name.py to run the script in a CLI. Or, use an IDE, such as VS Code, to run the script. There will usually be a [Run] button in the top right corner of the opened script file.

Credits

Contributors

References

 

1st Completion Date: Feb 08, 2023

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published