Code Monkey home page Code Monkey logo

ibm-data-engineering's Introduction

ibm-data-engineering

A collection of self-driven data engineering exercises, from IBM's Coursera course on data engineering with Python.

  1. The first small exercise was to scrape a website for data related to banks and their respective market cap. The python script for this exercise can be found in the web_scraper folder. The data was retrieved using the requests library, processed using BeautifulSoup, cleaned, presented in a pandas dataframe and finally exported as a csv file. The end product csv file can be found in the final_ETL folder (bank_market_cap.csv).

  2. The second exercise was to grab data related to exchange rates from an API. The python script for this exercise can be found in the API_extract folder. Once again, data was processed accordingly and exported as a csv file that can be found in the final_ETL folder (exchange_rates_1.csv)

  3. The final exercise is a small ETL process. The python script for this exercise can be found in the final_ETL folder (ETL.py). Data is extracted from the previously generated csv files, and transformations are done to beautify the data and also calculate the market cap in terms of British pounds instead of the original USD, and finally the cleaned data is loaded into a csv (bank_market_cap_gbp.csv)

ibm-data-engineering's People

Contributors

brenttankian avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.