Giter Site home page Giter Site logo

movies-etl's Introduction

Movies-ETL

Technologies

  • Python
  • Jupyter Notebook
  • Kaggle
  • JSON
  • SQL
  • Excel

Project Overview

ETL stands for Extract, Tranform, and Load. This project is an exercise in using this method. We use Jupyter Notebook and Pyhon to manipulate data found via public sources like kaggle and wikipedia. One the data is cleaned we import it into PgAdmin to create a series of tables or queries using SQL.

Results

Here we see a table showing all the movies in our data with various informations about the movies.

Movies_query

From this main table we created another query with information pulled from our movies query and some from other tables.

ratings_query

Summary

Both Python and SQL have their strengths. For a more efficient and seamless project, the usage of both can be very advantagous. For Data cleaning it's preferred to use Python as it has all the built in tools needed and lots of support as its the most commonly used language in the industry. When it comes to rapidly creating tables within your database, SQL is better suited for that as it's designed with that function in mind.For this project, we had eight or more csvs in our database. Where as in Python we had to import each data table and then write long codes to merge. SQL can do so with as little as 3-4 lines, more if you're writing a more complex query code. That's why it's always good to have all the tool for the job.

movies-etl's People

Contributors

hamza97anh 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.