Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# SuperKart Sales Dataset
|
| 2 |
+
|
| 3 |
+
This dataset supports a sales prediction pipeline (Product × Store).
|
| 4 |
+
- Source file: `raw/SuperKart.csv`
|
| 5 |
+
- Target: `Product_Store_Sales_Total`
|
| 6 |
+
|
| 7 |
+
Expected columns:
|
| 8 |
+
Product_Id, Product_Weight, Product_Sugar_Content, Product_Allocated_Area, Product_Type, Product_MRP,
|
| 9 |
+
Store_Id, Store_Establishment_Year, Store_Size, Store_Location_City_Type, Store_Type, Product_Store_Sales_Total
|