Supply Chain Analysis
Become a Supply Chain Management Pro !
@kaggle.harshsingh2209_supply_chain_analysis
Become a Supply Chain Management Pro !
@kaggle.harshsingh2209_supply_chain_analysis
Supply chain analytics is a valuable part of data-driven decision-making in various industries such as manufacturing, retail, healthcare, and logistics. It is the process of collecting, analyzing and interpreting data related to the movement of products and services from suppliers to customers.
Here is a dataset we collected from a Fashion and Beauty startup. The dataset is based on the supply chain of Makeup products. Below are all the features in the dataset:
CREATE TABLE supply_chain_data (
"product_type" VARCHAR,
"sku" VARCHAR,
"price" DOUBLE,
"availability" BIGINT,
"number_of_products_sold" BIGINT,
"revenue_generated" DOUBLE,
"customer_demographics" VARCHAR,
"stock_levels" BIGINT,
"lead_times" BIGINT,
"order_quantities" BIGINT,
"shipping_times" BIGINT,
"shipping_carriers" VARCHAR,
"shipping_costs" DOUBLE,
"supplier_name" VARCHAR,
"location" VARCHAR,
"lead_time" BIGINT,
"production_volumes" BIGINT,
"manufacturing_lead_time" BIGINT,
"manufacturing_costs" DOUBLE,
"inspection_results" VARCHAR,
"defect_rates" DOUBLE,
"transportation_modes" VARCHAR,
"routes" VARCHAR,
"costs" DOUBLE
);Anyone who has the link will be able to view this.