1
2
from user import *
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
Region,Year,Maternal mortality ratio (per 100000 live births),Number of maternal deaths
Africa,2015,542,195000
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
#creates the lists and variables needed for analysis
master_list = []
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
from setup import *
from class_data import *
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
GHO URL,PUBLISHSTATE CODE,PUBLISHSTATE DISPLAY,PUBLISHSTATE URL,YEAR,REGION,SEX DISPLAY,SEX URL,Life Expectancy At Age 60 Display,Life Expectancy At Age 60 Numeric,Life Expectancy At Birth Display,Life Expectancy Birth 60 Numeric
http://apps.who.int/gho/indicatorregistry/App_Main/view_indicator.aspx?iid=2977,PUBLISHED,Published,,2000,Africa,Female,,15.8,15.77175,52,52.0338
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
class Data():
def __init__(self, data):
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
from setup import *
from class_data import *
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Adding or removing files is disabled during broadcasting. You'll be able to update files again once the broadcast session is over.

Files listed here are available to use in your code in this trinket. Click the File Library button to include more or upload new files.

There was a problem connecting to the server.

Please check your connection and try running the trinket again.

Run your code first!

It looks like you haven't tried running your new code.

Try clicking  Run and if you like the result, try sharing again.

×