Skip to content

veronhoxha/health-poverty-and-education-indicators-for-nepal-districts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Health, Poverty, and Education in Nepal Districts

Introduction

This repository hosts all the necessary resources for the project titled "Health, Poverty, and Education in Nepal Districts".

Table of Contents

Project Structure

Code

  • "notebook.ipynb": Jupyter Notebook where all the analysis is performed.
  • "libraries/utils.py": Python file containing functions used in "notebook.ipynb".

Data

All data used in this project is located in the "data" folder.

Additional Folders

  • "images": Directory containing images used in the report.
  • "report": Directory containing the report of the study in PDF format.

Installation

Prerequisites: Ensure Python 3.13.0 is installed on your machine. Other versions might work, but this project was developed with 3.13.0.

1. Create and Activate a Virtual Environment

Create a Virtual Environment in the root directory of this project by running the following commands:

  • For Windows:
    • python -m venv .venv
    • .venv\Scripts\activate
  • For macOS/Linux:
    • python3 -m venv .venv
    • source .venv/bin/activate

2. Install Required Packages

When the virtual environment is activated, install all necessary packages by running:

  • pip install -r requirements.txt

Usage

To run the notebook and recreate results:

  1. Execute the Jupyter Notebook:
    • "notebook.ipynb"

Contributors

License

This project is licensed under the MIT License.

About

An analysis of Health, Poverty and Education in Nepal Districts

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published