Skip to content

manti05/dataVisualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Data Visualization Application

Table of Contents

Introduction

This data visualization application allows you to explore and visualize life expectancy data for various countries. It provides several types of visualizations to help you better understand and compare life expectancies, birth rates, and death rates in different regions.

Features

  • Life Expectancy Graph: Visualize the top 5 and bottom 5 male and female life expectancies in a bar chart.

  • Male and Female Life Expectancy Line Graphs: Compare the male and female life expectancies for the top N countries in a line graph.

  • Grouped Bar Charts: Create grouped bar charts to compare life expectancies, birth rates, and death rates for the top N countries, sorted by either male life expectancy, female life expectancy, birth rate, or death rate.

Getting Started

To use this application, you'll need to have Python installed. The application uses the pandas and matplotlib libraries, so make sure to install these dependencies using pip:

pip install pandas matplotlib

Once you have the required dependencies, you can run the application by executing the Python script.

python dataVisualization.py

Usage

Upon running the application, you will be presented with a menu to select the type of graph you want to create. The available options include:

  1. Life Expectancy Graph
  2. Male Life Expectancy Line Graph
  3. Female Life Expectancy Line Graph
  4. Grouped Bar Chart - Male Life Expectancy
  5. Grouped Bar Chart - Death Rate
  6. Grouped Bar Chart - Birth Rate

Follow the on-screen instructions to choose the graph type and configure the visualization parameters. The application will generate and display the selected graph for your analysis.

Author

Mantas Stankevicius

For questions or assistance, please contact mantas@mantascodes.com.

About

Life Expectancy Data Set Graphs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages