substrate-labs/hackernews
hackernews This dataset is produced and published automatically by DataMax. It contains the following assets: most_frequent_words top_stories most_frequent_words Get the top 25 most frequent words in the titles of the top 100 HackerNews stories. This dataset is produced and published automatically by DataMax. Dataset Statistics Number of rows: 1 Number of columns: 25 Sample Data hn show – new from why answer api using birth… See the full description on the dataset page: https://huggingface.co/datasets/substrate-labs/hackernews.
010
1 2---3license: mit4---5# hackernews6 7This dataset is produced and published automatically by DataMax. It contains the following assets:8 9- most_frequent_words10- top_stories11 12 13## most_frequent_words14 15Get the top 25 most frequent words in the titles of the top 100 HackerNews stories.16 17 18 19This dataset is produced and published automatically by DataMax.20 21## Dataset Statistics22- **Number of rows:** 123- **Number of columns:** 2524 25## Sample Data26| 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 33license: mit34 35 36## top_stories37 38Get items based on story ids from the HackerNews items endpoint. It may take 30 seconds to fetch all 100 items.39 40API Docs: https://github.com/HackerNews/API#items41 42 43 44This dataset is produced and published automatically by DataMax.45 46## Dataset Statistics47- **Number of rows:** 10048- **Number of columns:** 1049 50## Sample Data51| 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 60license: mit61 62 