Skip to content

Data analysis portfolio project (Biodiversity in National Parks) for Codecademy Data Scientist path.

Notifications You must be signed in to change notification settings

Michele-Alberti/DS-biodiversity-portfolio-project

Repository files navigation

Codecademy Data Science Path: Biodiversity in National Parks Portfolio Project

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

The repository includes the following files:

  • biodiversity.ipynb: Jupyter Notebook with analysis description, code and figures
  • species_info.csv, observations.csv: CSV files with data about species used by biodiversity.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

Data analysis portfolio project (Biodiversity in National Parks) for Codecademy Data Scientist path.

Topics

Resources

Stars

Watchers

Forks