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

az-cluster-ratings.json 1.0 KB

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
47
48
49
50
51
52
53
54
55
  1. {
  2. "row_count": 22459401,
  3. "file_size": 302707350,
  4. "fields": [
  5. {
  6. "name": "user",
  7. "data_type": "Int32",
  8. "nullable": false,
  9. "dict_id": 0,
  10. "dict_is_ordered": false
  11. },
  12. {
  13. "name": "item",
  14. "data_type": "Int32",
  15. "nullable": false,
  16. "dict_id": 0,
  17. "dict_is_ordered": false
  18. },
  19. {
  20. "name": "rating",
  21. "data_type": "Float32",
  22. "nullable": false,
  23. "dict_id": 0,
  24. "dict_is_ordered": false
  25. },
  26. {
  27. "name": "last_rating",
  28. "data_type": "Float32",
  29. "nullable": false,
  30. "dict_id": 0,
  31. "dict_is_ordered": false
  32. },
  33. {
  34. "name": "timestamp",
  35. "data_type": "Int64",
  36. "nullable": false,
  37. "dict_id": 0,
  38. "dict_is_ordered": false
  39. },
  40. {
  41. "name": "last_time",
  42. "data_type": "Int64",
  43. "nullable": false,
  44. "dict_id": 0,
  45. "dict_is_ordered": false
  46. },
  47. {
  48. "name": "nratings",
  49. "data_type": "Int32",
  50. "nullable": false,
  51. "dict_id": 0,
  52. "dict_is_ordered": false
  53. }
  54. ]
  55. }
Tip!

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

Comments

Loading...