Project Report

The Report

In this notebook, we will sumarize our findings and present our results.

The HIV Pandemic

As of 2012, approximately 35.3 million people are living with HIV globally and of these, approximately 3.4 million of these people are children less than 15 years old. According to the ...

more ...

Data Analysis

Data Analysis

In this notebook, we'll perform the actual analysis of the data stored in the directory

    ./data/cleaned

We store our simulated data into the directory

    ./data/simulated

The graphics produced as a result of our analysis are stored in the directory:

    ./visualization

Setup

To run the maps ...

more ...

Data Cleaning

Data Cleaning

In this notebook, we'll

  • load the raw data into R or Pandas dataframe from the ./data/raw directory using the functions and classes (written during the data gathering phase) in the ./scripts directory

  • perform visual exploration on your data variables to detect anomalies, errors, outliers, interesting features ...

more ...

Data Gathering

Data Gathering

In this notebook, we'll

  • create the directory structure for our project
  • download the raw data for our project
  • write functions and classes to transform raw data (e.g in XML, jason, etc.) into data frames
  • explain what we are doing

Collection of HIV Data

We used R ...

more ...