Skip to content

jon-torres/ETL-alexa-equipment-ratings-2018

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ETL Project: Amazon Alexa Product Ratings

Overview

This ETL (Extract, Transform, Load) project focuses on analyzing Amazon Alexa product ratings from 2018. The project aims to clean and structure the data, calculate average ratings for each product, and load the results into a SQLite database.

Extract

In the extraction phase, we retrieved the dataset from a CSV file, which contained information about product ratings and variations.

Transform

  • Data Cleaning: We cleaned the dataset by mapping similar product variations to a common name (e.g., 'Black Dot' to 'Echo Dot').
  • Data Aggregation: We calculated the average ratings for each product variation.
  • Tools Used: Python, Pandas

Load

  • Database: SQLite
  • Tools Used: Python, Pandas, SQLite

In the load phase, we created an SQLite database and a table to store the cleaned and transformed data. The data was then loaded into this table for further analysis.

Results

  • A table in the SQLite database containing product names, average ratings, and counts.
  • Insights into product ratings and variations.

Technologies Used

  • Python
  • Pandas
  • SQLite

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published