Country Delight Dairy Sales & Inventory Dataset
Comprehensive Insights into Dairy Sales, Inventory Management, and Market Trends
@kaggle.shrutithakur13_dairy_sales_and_inventory_data
Comprehensive Insights into Dairy Sales, Inventory Management, and Market Trends
@kaggle.shrutithakur13_dairy_sales_and_inventory_data
CREATE TABLE country_delight_diary_sales_and_inventory_dataset (
"location" VARCHAR,
"total_land_area_acres" DOUBLE,
"number_of_cows" DOUBLE,
"farm_size" VARCHAR,
"date" VARCHAR,
"product_id" DOUBLE,
"product_name" VARCHAR,
"brand" VARCHAR,
"quantity_liters_kg" DOUBLE,
"price_per_unit" DOUBLE,
"total_value" DOUBLE,
"shelf_life_days" DOUBLE,
"storage_condition" VARCHAR,
"production_date" VARCHAR,
"expiration_date" VARCHAR,
"quantity_sold_liters_kg" DOUBLE,
"price_per_unit_sold" DOUBLE,
"approx_total_revenue_inr" DOUBLE,
"customer_location" VARCHAR,
"sales_channel" VARCHAR,
"quantity_in_stock_liters_kg" DOUBLE,
"minimum_stock_threshold_liters_kg" DOUBLE,
"reorder_quantity_liters_kg" DOUBLE
);
Anyone who has the link will be able to view this.