Skip to content

Codecademy Data Science path: portfolio project for data vizualization (life expectancy and GDP).

Notifications You must be signed in to change notification settings

Michele-Alberti/DS-life-expectancy-and-GDP-portfolio-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codecademy Data Science Path: Life Expectancy and GDP Portfolio Project

This work is the data vizualization portfolio project for Codecademy Data Scientist path.

The repository includes the following files:

  • life_expectancy_gdp.ipynb: Jupyter Notebook with analysis description, code and figures
  • all_data.csv: CSV file with GDP and life expectancy data used by life_expectancy_gdp.ipynb
  • CC-DSpath39.yml: conda environment used for creating the Notebook (some package are not used by this Notebook because this is the environment I used for the whole Codecademy course)

Conda is required for creating the development environment (it is suggested to install Miniconda).

From terminal navigate to the repository base directory.
Use the command conda env create -f CC-DSpath39.yml in your terminal to create the environment named CC-DSpath39.
Activate the environment with conda activate CC-DSpath39 and then run jupyter notebook.

About

Codecademy Data Science path: portfolio project for data vizualization (life expectancy and GDP).

Topics

Resources

Stars

Watchers

Forks