Python Project for Data Engineer

Module Overview

Krishna

--

The aim is to extract the data from a website and transform the data as per your requirements. There are many ways in which you can get data from a website depending on your requirements. You can use web scraping frameworks such as Beautiful Soup or you can use APIs to make a call and get the data.

In this module, you will have a chance to use a currency exchange API. You will extract the data in the form of JSON, transform your data using Pandas in such a way that the exchange rates will be in reference to British Pounds…

--

--