Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 578 Bytes

File metadata and controls

12 lines (9 loc) · 578 Bytes

Notes

Python

Scrape yearly reports from UN's SDG data using Python. The whole process can be found here.

Liberaries:

  • BeautifulSoup (bs4): Text analysis and understanding text. In Python, this is to retrieve info. / Cheerio in javascript
  • Concat: merge tables together
  • Requests: This is like "object" in Javascript.
  • Pandas: Data analysis, Python version of Excel (non visual).
  • Times