This repository contains the code and analysis for the Target data analysis project. The project aims to analyze a dataset provided by Target to extract valuable insights and provide actionable recommendations.
The dataset consists of 8 CSV files containing information about customers, sellers, orders, payments, reviews, products, and geolocations. Below is a brief description of each file:
customers.csv: Information about customers including unique IDs, zip codes, cities, and states.sellers.csv: Information about sellers including unique IDs, zip codes, cities, and states.order_items.csv: Details of orders including order IDs, product IDs, prices, and shipping information.geolocations.csv: Geolocation data including zip codes, latitude, longitude, cities, and states.payments.csv: Payment details including order IDs, payment methods, installments, and payment values.orders.csv: Order information such as order IDs, customer IDs, statuses, timestamps, and delivery dates.reviews.csv: Customer reviews including review IDs, order IDs, scores, comments, and timestamps.products.csv: Product information including IDs, categories, descriptions, dimensions, and weights.
1.1. Data types of all columns in the "customers" table.
1.2. Time range of orders placed.
1.3. Count of cities & states of customers who ordered.
2.1. Trend in the number of orders placed over the past years.
2.2. Monthly seasonality in the number of orders.
2.3. Time of day when Brazilian customers mostly place orders.
3.1. Month-on-month orders placed in each state.
3.2. Distribution of customers across states.
4.1. Percentage increase in order costs from 2017 to 2018.
4.2. Total & average order price for each state.
4.3. Total & average order freight for each state.
5.1. Delivery time and difference between estimated & actual delivery dates.
5.2. Top 5 states with highest & lowest average freight values. 5.3. Top 5 states with highest & lowest average delivery times. 5.4. Top 5 states with fastest order delivery compared to estimated date.
6.1. Month-on-month orders placed using different payment types.
6.2. Number of orders placed based on payment installments.
- Clone this repository.
- Download the dataset files from the provided Google Drive link.
- Place the dataset files in the appropriate directory.
- Run the analysis scripts in your preferred environment.