@@ -9,14 +9,16 @@ This module has primarily been created for processing data for the International
99data in general. The module can be used to process data from the following sources,
10101 ) World Bank World Development Indicators (WDI)
11112 ) UNESCO Education indicators(UIS)
12- 3 ) FAO Food Balance Sheets (FAO)
13- 4 ) IMF Global Finance Statistics (IMF GFS)
14- 5 ) Health data from the Institute for Health and Metric Evaluation (IHME)
15- 6 ) Water data from FAO AQUASTAT
16- 7 ) Energy data from EIA
12+ 3 ) FAO Food Balance Sheets consolidated data (FAO)
13+ 4 ) IMF Global Finance Statistics (IMF GFS) (Revenue and Expenditure Data)
14+ 5 ) Health detailed data file from IHME
15+ 6 ) Health data from the Institute for Health and Metric Evaluation (IHME)
16+ 7 ) Water data from FAO AQUASTAT
17+ 8 ) Energy data from EIA
18+ 9 ) Fish detailed agricultural data (FAO FBS Fish)
19+ 20+ 1721
18- Currently this module can be run as is on Windows. For usage on Macs, the user may have to make changes to the code lines which
19- specify paths.
2022
2123Instructions for users new to Python:
22241 ) Download and install the latest version of Pycharm for your computer here- https://www.jetbrains.com/pycharm/
@@ -54,6 +56,7 @@ DataUpdate.FAOFBSFile()
5456 10 ) Currently, only the WDI data pull and the UIS data pull scrape data using APIs. For the rest, just update the Base data in the Python
5557 files folder.
5658 11 ) Similarly, users can make changes to individual concordance tables as well
59+ 12 ) Use the CreateSQLTable.py file to generate the MasterData.db database. A total of 978 data series will be generated!
5760
5861
5962
0 commit comments