Fast Food Nutrition
        Description: Nutritional information data on fast food items from the major American fast food chains
Source: Bootstrap
Columns:
- Name (string): name of fast food item
 
- Type (string): the category the item fits under (ex: "Burger" or "Breakfast Sandwich")
 
- Vendor (string): the name of the vendor that produces that item
 
- Calories (numerical): the number of calories per serving of that item
 
- Fat (g) (numerical): the number of grams of fat per serving of that item
 
- Protein (g) (numerical): the number of grams of protein per serving of that item
 
- Carbohydrate (g) (numerical): the number of grams of carbohydrates per serving of that item
 
- Cholesterol (mg) (numerical): the number of milligrams of cholesterol per serving of that item
 
- Saturated Fats (g) (numerical): the number of grams of saturated fat per serving of that item
 
- Sodium (mg) (numerical): the number of milligrams of sodium per serving of that item
 
- Serving Weight 1 (g) (numerical): the number of total grams in one serving of that item
 
- 200 Calorie Weight (g) (numerical): the number of total grams in one 200 calorie serving of that item
 
        
     
    Found a bug in the documentation? Let us know at documentation@code.org