An open API service indexing awesome lists of open source software.

https://github.com/jiahuaxue/data-analysis

Data analysis portfolio showcasing E-commerce, IMDB, and Airbnb projects with Python and SQL.
https://github.com/jiahuaxue/data-analysis

bigquery data-analysis-project jupyter-notebook portfolio python sql

Last synced: 29 days ago
JSON representation

Data analysis portfolio showcasing E-commerce, IMDB, and Airbnb projects with Python and SQL.

Awesome Lists containing this project

README

        

# Data Analysis Projects

This repository contains exploratory and modeling work on various real-world datasets.

## 📦 E-commerce Customer Behavior
- **Purpose**: Analyze customer purchase behavior and predict next campaign response.
- **Tech stack**: Pandas, Seaborn, Scikit-learn, Random forest.
- **Notebooks**:
- `E-commerce Customer Response Analysis.ipynb`: Exploratory data analysis & Predictive machine learning modeling for customer response.
- `E-commerce Marketing Analytics.ipynb`: Exploratory data analysis & Statistical Marketing Analysis & Data Visualzation.

## 🎬 IMDB Data Analysis (BigQuery + dbt)
- **Purpose**: Analyze IMDB public dataset using SQL; extract movies, genres and staff patterns.
- **Tech stack**: BigQuery, SQL, dbt.

## 🏠 Airbnb Open Data Analysis
- **Purpose**: Examine price and room type patterns in Airbnb listings in New York City.
- **Tech stack**: Pandas, Seaborn, Linear Regression.