Data, APIs & intro to web scraping
Details
In this workshop we are going to continue discovering where to obtain data to work with and help us to answer questions using Python. In previous meetup we work with files provided by open data web pages and in this occasion we are going to use APIs and learn scraping basis to get information web pages that we can't obtain otherwise.
What to bring:
- This is a hands on workshop, so you will need your own laptop.
Requirements (python libraries):
- Python 3
- Jupyter Notebook
- requests
- pandas
- selenium
- BeautifulSoup4
