Add files using upload-large-folder tool
Browse files- README.md +61 -0
- data/most_frequent_words.parquet +3 -0
- data/top_stories.parquet +3 -0
- datapackage.yaml +38 -0
README.md
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
---
|
| 3 |
+
license: mit
|
| 4 |
+
---
|
| 5 |
+
# hackernews
|
| 6 |
+
|
| 7 |
+
This dataset is produced and published automatically by DataMax. It contains the following assets:
|
| 8 |
+
|
| 9 |
+
- most_frequent_words
|
| 10 |
+
- top_stories
|
| 11 |
+
|
| 12 |
+
|
| 13 |
+
## most_frequent_words
|
| 14 |
+
|
| 15 |
+
Get the top 25 most frequent words in the titles of the top 100 HackerNews stories.
|
| 16 |
+
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
This dataset is produced and published automatically by DataMax.
|
| 20 |
+
|
| 21 |
+
## Dataset Statistics
|
| 22 |
+
- **Number of rows:** 1
|
| 23 |
+
- **Number of columns:** 25
|
| 24 |
+
|
| 25 |
+
## Sample Data
|
| 26 |
+
| hn | show | – | new | from | why | answer | api | using | birth | your | all | one | take | at | it | not | more | stuff | experiments | ruby | human | cells | tool | tracking |
|
| 27 |
+
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
| 28 |
+
| 13 | 11 | 7 | 4 | 4 | 3 | 3 | 3 | 3 | 3 | 3 | 3 | 3 | 3 | 3 | 3 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 |
|
| 29 |
+
|
| 30 |
+
|
| 31 |
+
|
| 32 |
+
|
| 33 |
+
license: mit
|
| 34 |
+
|
| 35 |
+
|
| 36 |
+
## top_stories
|
| 37 |
+
|
| 38 |
+
Get items based on story ids from the HackerNews items endpoint. It may take 30 seconds to fetch all 100 items.
|
| 39 |
+
|
| 40 |
+
API Docs: https://github.com/HackerNews/API#items
|
| 41 |
+
|
| 42 |
+
|
| 43 |
+
|
| 44 |
+
This dataset is produced and published automatically by DataMax.
|
| 45 |
+
|
| 46 |
+
## Dataset Statistics
|
| 47 |
+
- **Number of rows:** 100
|
| 48 |
+
- **Number of columns:** 10
|
| 49 |
+
|
| 50 |
+
## Sample Data
|
| 51 |
+
| by | descendants | id | kids | score | time | title | type | url | text |
|
| 52 |
+
|---|---|---|---|---|---|---|---|---|---|
|
| 53 |
+
| KolmogorovComp | 27 | 42485423 | [42485485, 42492701, 42493589, 42493378, 42493093, 42492689, 42494344, 42492975] | 246 | 1734861568 | Infinigen: Infinite Photorealistic Worlds Using Procedural Generation | story | https://github.com/princeton-vl/infinigen | None |
|
| 54 |
+
| wglb | 228 | 42494746 | [42494971, 42495185, 42495269, 42495125, 42495120, 42495689, 42495643, 42494972, 42494960, 42494970, 42495179, 42495258, 42495680, 42495949, 42495197, 42495237, 42496532, 42495282, 42495631, 42495798, 42495652, 42495305, 42495099, 42495280, 42495846, 42497007, 42495227, 42495449, 42495266] | 248 | 1734965276 | Commercial tea bags release microplastics, entering human cells | story | https://medicalxpress.com/news/2024-12-commercial-tea-bags-millions-microplastics.html | None |
|
| 55 |
+
| matthiasl | 129 | 42485795 | [42487432, 42495119, 42489908, 42487710, 42495736, 42488167, 42488267, 42487824, 42488170, 42487683, 42495627, 42489416, 42490736, 42493950, 42493721, 42487643, 42485871, 42488696, 42489103, 42495614, 42493155, 42486051] | 394 | 1734868152 | Decoding the telephony signals in Pink Floyd's 'The Wall' | story | https://corelatus.com/blog/Decoding_the_telephony_signals_in_Pink_Floyd_s__The_Wall_.html | None |
|
| 56 |
+
|
| 57 |
+
|
| 58 |
+
|
| 59 |
+
|
| 60 |
+
license: mit
|
| 61 |
+
|
data/most_frequent_words.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c66db094d6f643528fa39c20cb993f1a6c3ddaf1e6b1e33ff98da6842bd5c283
|
| 3 |
+
size 9229
|
data/top_stories.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:001adb27abd71d513c47579db9c93babc1d0edb4e53ec1459c6ce5b797e6dfa9
|
| 3 |
+
size 22454
|
datapackage.yaml
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
description: "\n---\nlicense: mit\n---\n# hackernews\n\nThis dataset is produced and\
|
| 2 |
+
\ published automatically by DataMax. It contains the following assets:\n\n- most_frequent_words\n\
|
| 3 |
+
- top_stories\n\n\n## most_frequent_words\n\nGet the top 25 most frequent words\
|
| 4 |
+
\ in the titles of the top 100 HackerNews stories.\n\n\n\nThis dataset is produced\
|
| 5 |
+
\ and published automatically by DataMax.\n\n## Dataset Statistics\n- **Number of\
|
| 6 |
+
\ rows:** 1\n- **Number of columns:** 25\n\n## Sample Data\n| hn | show | \u2013\
|
| 7 |
+
\ | new | from | why | answer | api | using | birth | your | all | one | take |\
|
| 8 |
+
\ at | it | not | more | stuff | experiments | ruby | human | cells | tool | tracking\
|
| 9 |
+
\ |\n|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|\n\
|
| 10 |
+
| 13 | 11 | 7 | 4 | 4 | 3 | 3 | 3 | 3 | 3 | 3 | 3 | 3 | 3 | 3 | 3 | 2 | 2 | 2 |\
|
| 11 |
+
\ 2 | 2 | 2 | 2 | 2 | 2 |\n\n\n\n\nlicense: mit\n\n\n## top_stories\n\nGet items\
|
| 12 |
+
\ based on story ids from the HackerNews items endpoint. It may take 30 seconds\
|
| 13 |
+
\ to fetch all 100 items.\n\nAPI Docs: https://github.com/HackerNews/API#items\n\
|
| 14 |
+
\n\n\nThis dataset is produced and published automatically by DataMax.\n\n## Dataset\
|
| 15 |
+
\ Statistics\n- **Number of rows:** 100\n- **Number of columns:** 10\n\n## Sample\
|
| 16 |
+
\ Data\n| by | descendants | id | kids | score | time | title | type | url | text\
|
| 17 |
+
\ |\n|---|---|---|---|---|---|---|---|---|---|\n| KolmogorovComp | 27 | 42485423\
|
| 18 |
+
\ | [42485485, 42492701, 42493589, 42493378, 42493093, 42492689, 42494344, 42492975]\
|
| 19 |
+
\ | 246 | 1734861568 | Infinigen: Infinite Photorealistic Worlds Using Procedural\
|
| 20 |
+
\ Generation | story | https://github.com/princeton-vl/infinigen | None |\n| wglb\
|
| 21 |
+
\ | 228 | 42494746 | [42494971, 42495185, 42495269, 42495125, 42495120, 42495689,\
|
| 22 |
+
\ 42495643, 42494972, 42494960, 42494970, 42495179, 42495258, 42495680, 42495949,\
|
| 23 |
+
\ 42495197, 42495237, 42496532, 42495282, 42495631, 42495798, 42495652, 42495305,\
|
| 24 |
+
\ 42495099, 42495280, 42495846, 42497007, 42495227, 42495449, 42495266] | 248 |\
|
| 25 |
+
\ 1734965276 | Commercial tea bags release microplastics, entering human cells |\
|
| 26 |
+
\ story | https://medicalxpress.com/news/2024-12-commercial-tea-bags-millions-microplastics.html\
|
| 27 |
+
\ | None |\n| matthiasl | 129 | 42485795 | [42487432, 42495119, 42489908, 42487710,\
|
| 28 |
+
\ 42495736, 42488167, 42488267, 42487824, 42488170, 42487683, 42495627, 42489416,\
|
| 29 |
+
\ 42490736, 42493950, 42493721, 42487643, 42485871, 42488696, 42489103, 42495614,\
|
| 30 |
+
\ 42493155, 42486051] | 394 | 1734868152 | Decoding the telephony signals in Pink\
|
| 31 |
+
\ Floyd's 'The Wall' | story | https://corelatus.com/blog/Decoding_the_telephony_signals_in_Pink_Floyd_s__The_Wall_.html\
|
| 32 |
+
\ | None |\n\n\n\n\nlicense: mit\n\n"
|
| 33 |
+
name: hackernews
|
| 34 |
+
resources:
|
| 35 |
+
- format: parquet
|
| 36 |
+
path: data/most_frequent_words.parquet
|
| 37 |
+
- format: parquet
|
| 38 |
+
path: data/top_stories.parquet
|