Skip to content

A data cleaning exercise using python on data pulled from public sources such as Kaggle.

Notifications You must be signed in to change notification settings

Hamza97anh/Movies-ETL

Repository files navigation

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.

About

A data cleaning exercise using python on data pulled from public sources such as Kaggle.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published