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_in.json 768 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
  1. {
  2. "fixed_acidity": {
  3. "min": 4.6,
  4. "max": 15.9
  5. },
  6. "volatile_acidity": {
  7. "min": 0.12,
  8. "max": 1.58
  9. },
  10. "citric_acid": {
  11. "min": 0.0,
  12. "max": 1.0
  13. },
  14. "residual_sugar": {
  15. "min": 0.9,
  16. "max": 15.5
  17. },
  18. "chlorides": {
  19. "min": 0.012,
  20. "max": 0.611
  21. },
  22. "free_sulfur_dioxide": {
  23. "min": 1.0,
  24. "max": 72.0
  25. },
  26. "total_sulfur_dioxide": {
  27. "min": 6.0,
  28. "max": 289.0
  29. },
  30. "density": {
  31. "min": 0.99007,
  32. "max": 1.00369
  33. },
  34. "pH": {
  35. "min": 2.74,
  36. "max": 4.01
  37. },
  38. "sulphates": {
  39. "min": 0.33,
  40. "max": 2.0
  41. },
  42. "alcohol": {
  43. "min": 8.4,
  44. "max": 14.9
  45. }
  46. }
Tip!

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

Comments

Loading...