GithubHelp home page GithubHelp logo

extract_transform_load's Introduction

Online Retailer: Extracting, Transforming, and

The code is the implementation of extract, transform, and load (ETL) process to prepare sales data from an online storefront for later analysis and modeling.

Extract

Data are stored in sql databese as tables. In this phase, I have connected to db and get all tables and save tables as pandas dataframes

Transform

Aggregate the online_retail_history and stock_description datasets. In this phase, I have written a query to left join both tables so that the stock descriptions are in the same table as every other column from online_retail_history. Then, I identify and fix corrupt or unusable data by writing code to get the count of all distinct values in the Description field and eliminate descriptions records if it is just question mark (?). After that, I remove duplicates values and Correct date formats to be datetime fromat.

Load

I have loaded the dataset into a pickle file, by writing code to save the cleaned DataFrame into a pickle file and save it in the same directory.

extract_transform_load's People

Contributors

momenai avatar

Stargazers

Abood avatar Mervegül Kantarcı 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.