Skip to content

Exploratory data analysis (EDA) of user, session, and product data from an online retail platform. The project aims to uncover insights into user behavior, product interaction, and session patterns using Python tools like pandas, seaborn, and folium. Includes data preprocessing, visualization, and geospatial exploration.

Notifications You must be signed in to change notification settings

barni300/UserTrackAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

UserTrackAI

This repository contains an exploratory data analysis (EDA) of user behavior, product data, and session activity in an e-commerce environment.

πŸ“Š Project Overview

The goal of this project is to understand how users interact with an online store by analyzing three main datasets:

  • user.csv β€” demographic and basic info of users
  • product.csv β€” product metadata and category info
  • session.csv β€” user browsing and session activity

The project includes:

  • Data cleaning and preprocessing
  • Exploratory visualizations (matplotlib, seaborn, folium)
  • Encoding and feature transformation
  • Geospatial analysis using geopandas and folium

🧰 Technologies Used

  • Python 3.x
  • Jupyter Notebook
  • pandas, numpy
  • matplotlib, seaborn
  • scikit-learn
  • geopandas, folium

πŸ“ Highlights

  • Distribution and uniqueness of product, session, and user data
  • Detection of missing values and basic data imputation
  • Label encoding for categorical features
  • Initial steps toward segmentation and predictive modeling
  • Mapping user behavior geographically using Folium

About

Exploratory data analysis (EDA) of user, session, and product data from an online retail platform. The project aims to uncover insights into user behavior, product interaction, and session patterns using Python tools like pandas, seaborn, and folium. Includes data preprocessing, visualization, and geospatial exploration.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published