compliments-reference-db / code /statistics /phase2_statistics.json
saraNour's picture
Upload code/statistics/phase2_statistics.json with huggingface_hub
8755233 verified
Raw
History Blame Contribute Delete
2.06 kB
{
"version": "3.0.0",
"timestamp": "2026-08-02T17:10:25.279396+00:00",
"input": {
"source": "phase1_output.parquet",
"row_count": 4440,
"column_count": 17
},
"output": {
"row_count": 4440,
"column_count": 35,
"columns_added": [
"brand_norm",
"core_title",
"fat_level",
"fat_percentage",
"flavour",
"formulation",
"identity_hash",
"is_gluten_free",
"is_lactose_free",
"is_naturally_simple",
"is_organic",
"is_peanut_free",
"is_plant_based",
"is_reduced_sodium",
"is_sugar_free",
"is_unsalted",
"product_line",
"variant_attributes"
]
},
"brand_normalization": {
"input_brand_column": "brand_clean",
"raw_brands": {
"Compliments": 4259,
"Compliments Organic": 90,
"Compliments Balance": 42,
"Compliments Naturally Simple": 25,
"Sensations": 8,
"Compliments Little Ones": 7,
"Compliments Green Care": 5,
"Compliments Green": 4
},
"normalized_brands": {
"Compliments": 4432,
"Sensations": 8
},
"product_lines": {
"Core": 4259,
"Organic": 90,
"Balance": 42,
"Naturally Simple": 25,
"Green": 9,
"Sensations": 8,
"Little Ones": 7
}
},
"identity_flags": {
"is_organic": 195,
"is_gluten_free": 42,
"is_naturally_simple": 88,
"is_sugar_free": 36,
"is_unsalted": 37,
"is_lactose_free": 9,
"is_peanut_free": 26,
"is_plant_based": 11,
"is_reduced_sodium": 21
},
"fat_info": {
"fat_level_distribution": {
"regular": 4312,
"reduced_fat": 119,
"fat_free": 9
},
"fat_percentage_nulls": 4386,
"fat_percentage_non_null": 54
},
"flavour": {
"products_with_flavour": 868,
"products_without_flavour": 3572
},
"formulation": {
"products_with_formulation": 985,
"products_without_formulation": 3455
},
"core_title": {
"unique_count": 3961
},
"identity_hash": {
"unique_count": 3858
}
}