--- license: mit task_categories: - text-classification - structured-data tags: - bakery - scraping - austria --- # Ströck Bakery Product Assortment Dataset This dataset contains scraped product information from the Austrian bakery chain **Ströck**. ## Dataset Structure The data is stored in a single SQLite database file named `stroeck_assortment.db` inside the `bakery_items` table. ### Columns: - `id`: Unique incremental integer key. - `name`: The name of the product (e.g., *Aboriginesweckerl*, *Krapfen*). - `url`: The live web page link. - `description`: Text summary of the product. - `ingredients`: Full raw ingredient statement text. - `nutrition_json`: Raw JSON mapping key nutrition attributes (*kJ, kcal, Fett, Zucker, Eiweiß, Salz*). - `is_bio`: 'Yes' or 'No' classification label. - `is_vegan`: 'Yes' or 'No' classification label. - `category`: Manual classification field (*Brot, Gebäck, Mehlspeise, Getränk, Imbiss, Striezel, Salate*).