https://github.com/aurascoper/instacarteda
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.2%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: aurascoper
- Language: Jupyter Notebook
- Default Branch: main
- Size: 525 KB
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Instacart Market Basket Analysis
This repository contains an exploratory data analysis (EDA) notebook focused on the Instacart Market Basket Analysis dataset. The goal of this notebook is to understand customer purchasing behavior and extract useful insights to support recommendation systems and market strategy.
📘 Notebook Overview
The notebook EDA.ipynb includes:
- Data loading and inspection
- Summary statistics and missing value analysis
- Customer ordering patterns
- Product and aisle popularity
- Visualizations using
matplotlibandpandas
📦 Dependencies
Make sure you have the following Python libraries installed:
bash
pip install pandas matplotlib
Imports used:
python
import pandas as pd
import matplotlib.pyplot as plt
📂 Data
The dataset used is the Instacart Market Basket Analysis dataset. You can find it on Kaggle.
Typical files include:
orders.csvorder_products_prior.csvproducts.csvaisles.csvdepartments.csv
Make sure these files are available in the expected directory when running the notebook.
📈 Sample Visuals
The notebook generates plots to illustrate:
- Distribution of orders by day of week and hour of day
- Most commonly reordered products
- Frequency of purchases per department and aisle
🧠 Insights
Initial EDA reveals trends in consumer shopping habits, such as:
- Peak ordering hours
- Frequently reordered items
- Category-wise product preferences
These insights can be foundational for machine learning applications like personalized recommendations.
🔧 How to Use
- Clone this repo:
bash
git clone https://github.com/aurascoper/instacart-eda.git
- Navigate to the folder and open the notebook:
bash
jupyter notebook EDA.ipynb
- Run all cells to reproduce the analysis.
📝 License
This project is open-source and available under the MIT License.
Owner
- Login: aurascoper
- Kind: user
- Repositories: 1
- Profile: https://github.com/aurascoper
GitHub Events
Total
- Push event: 1
Last Year
- Push event: 1