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

dvc.yaml 2.8 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
  1. stages:
  2. ClusterStats:
  3. cmd: quarto render ClusterStats.qmd --to html
  4. deps:
  5. - ClusterStats.qmd
  6. - book-links/cluster-stats.parquet
  7. outs:
  8. - ClusterStats.ipynb:
  9. cache: false
  10. - ClusterStats.html
  11. - ClusterStats_files
  12. LinkageStats:
  13. cmd: quarto render LinkageStats.qmd --to html
  14. deps:
  15. - LinkageStats.qmd
  16. - book-links/gender-stats.csv
  17. outs:
  18. - LinkageStats.ipynb:
  19. cache: false
  20. - LinkageStats.html
  21. - LinkageStats_files
  22. schema:
  23. foreach:
  24. - az2014/az-cluster-ratings
  25. - az2014/az-cluster-ratings-5core
  26. - az2014/ratings
  27. - az2018/az-cluster-ratings
  28. - az2018/az-cluster-ratings-5core
  29. - az2018/ratings
  30. - book-links/isbn-clusters
  31. - book-links/cluster-stats
  32. - book-links/cluster-graph-nodes
  33. - book-links/cluster-graph-edges
  34. - book-links/cluster-first-authors
  35. - book-links/cluster-genders
  36. - book-links/cluster-hashes
  37. - book-links/cluster-loc-first-authors
  38. - book-links/cluster-ol-first-authors
  39. - book-links/all-isbns
  40. - goodreads/book-isbn-ids
  41. - goodreads/gr-book-link
  42. - goodreads/gr-cluster-actions
  43. - goodreads/gr-cluster-actions-5core
  44. - goodreads/gr-cluster-ratings
  45. - goodreads/gr-cluster-ratings-5core
  46. - goodreads/gr-author-info
  47. - goodreads/gr-book-genres
  48. - goodreads/gr-genres
  49. - goodreads/gr-book-ids
  50. - goodreads/gr-book-info
  51. - goodreads/gr-book-authors
  52. - goodreads/gr-book-series
  53. - goodreads/gr-interactions
  54. - goodreads/gr-work-info
  55. - goodreads/gr-work-actions
  56. - goodreads/gr-work-actions-2015-100-10core
  57. - goodreads/gr-work-actions-5core
  58. - goodreads/gr-work-gender
  59. - goodreads/gr-work-ratings
  60. - goodreads/gr-work-ratings-2015-100-10core
  61. - goodreads/gr-work-ratings-5core
  62. - loc-mds/book-isbn-ids
  63. - loc-mds/book-fields
  64. - loc-mds/book-ids
  65. - loc-mds/book-isbns
  66. - loc-mds/book-authors
  67. - loc-mds/name-fields
  68. - openlibrary/edition-isbn-ids
  69. - openlibrary/authors
  70. - openlibrary/author-names
  71. - openlibrary/editions
  72. - openlibrary/edition-works
  73. - openlibrary/edition-isbns
  74. - openlibrary/edition-authors
  75. - openlibrary/edition-subjects
  76. - openlibrary/all-works
  77. - openlibrary/all-authors
  78. - openlibrary/works
  79. - openlibrary/work-authors
  80. - openlibrary/work-subjects
  81. - openlibrary/author-ids-after-works
  82. - openlibrary/work-clusters
  83. - viaf/author-genders
  84. - viaf/author-name-index
  85. - viaf/viaf
  86. do:
  87. cmd: "cargo run --release -- pq-info -o ${item}.json ${item}.parquet"
  88. deps:
  89. - "${item}.parquet"
  90. outs:
  91. - "${item}.json":
  92. cache: false
Tip!

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

Comments

Loading...