Skip to content

Commit

Permalink
Merge pull request #108 from owid/remove-who-gho
Browse files Browse the repository at this point in the history
🔨 remove WHO Global Health Observatory
  • Loading branch information
Marigold authored Mar 11, 2024
2 parents 99b3d6b + 3da24b2 commit 3ead355
Show file tree
Hide file tree
Showing 13 changed files with 4 additions and 4,713 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ ihme_gbd/ihme_gbd_child_mortality/output/*
un_sdg/input/*
un_sdg/output/*
un_sdg/metadata/
who_gho/input/
who_gho/output/
migration/input/
*.Rproj.user
*.Rhistory
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#


SRC = *.py standard_importer worldbank_wdi who_gho
SRC = *.py standard_importer worldbank_wdi

default:
@echo 'Available commands:'
Expand Down
5 changes: 3 additions & 2 deletions standard_importer/create_manual_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,19 @@
python -m standard_importer.create_manual_import
"""

import logging
import os
import re
import logging
from glob import glob

import pandas as pd
from tqdm import tqdm

logging.basicConfig()
logger = logging.getLogger(__name__)
logger.setLevel(logging.INFO)

DATASET_DIR = "who_gho" # directory of dataset to import.
DATASET_DIR = "un_sdg" # directory of dataset to import.


def main():
Expand Down
22 changes: 0 additions & 22 deletions who_gho/__init__.py

This file was deleted.

119 changes: 0 additions & 119 deletions who_gho/clean.py

This file was deleted.

Loading

0 comments on commit 3ead355

Please sign in to comment.