Spaces:
Sleeping
Sleeping
Dataset Directory
Please download the cocktail dataset from Kaggle and place it here.
Dataset URL: https://www.kaggle.com/datasets/aadyasingh55/cocktails/data
Expected filename: cocktails.csv
Dataset Structure
The dataset should contain columns like:
- strDrink (cocktail name)
- strCategory (category)
- strAlcoholic (alcoholic/non-alcoholic)
- strGlass (glass type)
- strInstructions (recipe instructions)
- strIngredient1, strIngredient2, ... (ingredients)
- strMeasure1, strMeasure2, ... (measurements)