Julien commited on
Commit
9e21b0f
1 Parent(s): 8a1220a

Update README to explain the dataset

Browse files
Files changed (1) hide show
  1. README.md +30 -1
README.md CHANGED
@@ -7,6 +7,35 @@ tags:
7
  pretty_name: Hacker News stories dataset
8
  size_categories:
9
  - 1M<n<10M
 
 
 
10
  ---
11
 
12
- # Hacker News stories dataset
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  pretty_name: Hacker News stories dataset
8
  size_categories:
9
  - 1M<n<10M
10
+ source_datasets:
11
+ - Hacker News
12
+
13
  ---
14
 
15
+ # Hacker News Stories Dataset
16
+
17
+ This is a dataset containing approximately 4 million stories from Hacker News, exported to a CSV file. The dataset includes the following fields:
18
+
19
+ - `id` (int64): The unique identifier of the story.
20
+ - `title` (string): The title of the story.
21
+ - `url` (string): The URL of the story.
22
+ - `score` (int64): The score of the story.
23
+ - `time` (int64): The time the story was posted, in Unix time.
24
+ - `comments` (int64): The number of comments on the story.
25
+ - `author` (string): The username of the person who posted the story.
26
+
27
+ ## Accessing the Dataset
28
+
29
+ The dataset can be accessed through [Hugging Face Datasets](https://huggingface.co/datasets/julien040/hacker-news-posts). You can download the dataset in CSV format or use the Hugging Face Datasets library to load the dataset directly in your Python code.
30
+
31
+ ## License
32
+
33
+ The dataset is made available under the [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-nc-sa/4.0/).
34
+
35
+ ## Disclaimer
36
+
37
+ The dataset is provided as is, without warranty of any kind, express or implied. The owner of the dataset makes no representations or warranties, express or implied, regarding the dataset or its use. The owner of the dataset will not be liable for any damages arising out of or in connection with the use of the dataset.
38
+
39
+ ## Updates
40
+
41
+ The dataset will be updated regularly to include new stories from Hacker News.