Skip to content

ogumbaiyke/Data-Analysis-with-Python-and-Excel---Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Objective

By the end of this project, you should have a working solution that meets the given problem statement. This mini-project will help you learn how to visualize data using different Python libraries like matplotlib and Seaborn. You will also perform data analysis based on a dataset.

Dataset Overview

This dataset contains information about Titanic passengers and their survival status. It provides insights into different factors that might have influenced survival rates, such as age, gender, class, and fare paid.

Dataset Columns

  • survived: Indicates whether the passenger survivied (1) or not (0).
  • pclass: Passengers class (1st, 2nd, 3rd).
  • sex: Gender of the passenger (male and female)
  • age: Age of the passengers in years.
  • sibsp: Number of siblings/spouses aboard.
  • parch: Number of parents/children aboard.
  • fare: Fare paid for the ticket.
  • embarked: Port of embarkation (C=Cherbourg, Q=Queentown, S= Southampton).
  • class: The ticket class (First, Second, Third).
  • who: Categorization of the passengers (man, woman, child).
  • adult_male: Indicates if the passengers is an adult male (True/False).
  • deck: The deck the passenger was assigned to.
  • embark_town: Name of the town where the passengers embarked.
  • alive: Survival status (yes/no).
  • alone: Indicates whether the passenger was alone (True/False).

Business Questions for Analysis

  1. What is the survival rate of passengers?
  2. What is the gender distribution of passengers?
  3. How does survival rate differ by class?
  4. What is the distribution of passenger ages?
  5. How many passengers embarked from each location?
  6. What is the average fare paid per class?
  7. How does gender affect survival rates?
  8. What is the correlation between fare and survival?

Guidelines

  • Understand the problem - Take time to read and analyze the project description before coding.
  • Write clean codes - Follow best coding practices, use meaningful variable names, and comment your codes.
  • Test your solution - Run multiple test cases to ensure your program works correctly.
  • Debugging is Key - If something doesn't work, use print statements or a swbugger to find issues.

About

This mini project will help you visualize data using different Python Libraries like Matplotlib and Seaborn.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published