Lab 3 - Data Acquisition Lab

3. Lab 3 - Data Acquisition Lab#

In this module, we explored how to fetch data from various sources. We examined different data formats and learned how to load them into pandas DataFrames. We also introduced the process of designing a database management system and storing data in structured SQL tables.

In this lab, you will complete two activities. The first is to access a dataset available online using different methods and creating a simple real-time system by streaming data from an online API. The second part is to build an SQL database from a dataset available online.