The CIA's web site contains some very nice lists of national data. The data in our database is old. You mission is to scrape the CIA's website and update our database. The CIA's web site has population -- https://www.cia.gov/library/publications/the-world-factbook/fields/2119.html pop growth rate -- https://www.cia.gov/library/publications/the-world-factbook/fields/2002.html GDP -- https://www.cia.gov/library/publications/the-world-factbook/fields/2001.html GDP Growth -- https://www.cia.gov/library/publications/the-world-factbook/fields/2003.html Gov Revenue -- https://www.cia.gov/library/publications/the-world-factbook/fields/2056.html Gov Expenses -- https://www.cia.gov/library/publications/the-world-factbook/fields/2056.html Debt -- https://www.cia.gov/library/publications/the-world-factbook/graphics/listing.jpg Mil Expendature -- https://www.cia.gov/library/publications/the-world-factbook/fields/2034.html You task is to download the web page from the CIA's web site, parse it, and upload the data into the database. 1 - Download the right web page 1 - Parse the list into names and numbers 1 - Upload the data into the database 1 - Works for every nation but ten 1 - Works for every nation but 2 1 - Works for every nation +1 for each data file above that works Note: The database wants the absolute military expendature, so the percenatges offered in the CIA handbook must be converted. This is out of 9 points. Due Monday Feb 23rd.