Skip to content

chryshumble/maternal_risk_analysis

Repository files navigation

AN ANALYSIS OF UN SDG's MATERNAL HEALTH RISK IN BANGLADESH

this analysis explored the data downloaded from kaggle analysed and presented the data with simple plots using python.

Local setup

To run these notebooks locally, follow these steps:

  1. Clone the repository:

     git clone git@github.com:chryshumble/maternal_risk_analysis.git
    
  2. Navigate to the project directory via the terminal or command prompt.

  3. Create a new conda environment and install the required dependencies:

     conda env create -n <name> -f environment.yml
    

replacing <name> with your preferred environment name.

  1. Activate the new environment:

     conda activate <name>
    
  2. Open Jupyter notebook via anaconda navigator or via the command line:

     jupyter notebook
    
  3. Open the desired notebook in your web browser and run the cells.

Contributing

Please you can contribute by following these steps:

  • Fork the repository and create your branch.
  • Make your changes and ensure the code follows the project's coding style.
  • Test your changes thoroughly.
  • Commit your changes.
  • Submit a pull request with a clear description of your changes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published