Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

schema.yaml 509 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
  1. COLUMNS:
  2. Breakfast: int64
  3. Lunch: int64
  4. Snacks: int64
  5. Dinner: int64
  6. Calories: float64
  7. Carbs: float64
  8. Total Fat: float64
  9. Saturated Fat: float64
  10. Protein: float64
  11. Fiber: float64
  12. Cholesterol: float64
  13. Sodium: float64
  14. Sugar: float64
  15. Potassium: float64
  16. Magnesium: float64
  17. Phosphorus: float64
  18. Vitamin C: float64
  19. Vitamin A: float64
  20. Calcium: float64
  21. Iron: float64
  22. Zinc: float64
  23. Vitamin E: float64
  24. Vitamin K: float64
  25. food_items: str
  26. TARGET_COLUMN:
  27. food_items: str
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...