Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -35,7 +35,6 @@ This dataset includes the following key features, provided in a single, well-str
|
|
35 |
- **`author`**: The name of the article's author.
|
36 |
- **`date`**: The publication date of the article.
|
37 |
- **`claps`**: The number of claps (upvotes) the article received.
|
38 |
-
- **`comments`**: The number of comments on the article.
|
39 |
|
40 |
### Use Cases
|
41 |
|
@@ -55,10 +54,9 @@ The data is provided in a single CSV file with the following columns:
|
|
55 |
| `title` | The article headline | "How I Built a Recommendation Engine" |
|
56 |
| `content` | The full article text | "In this article, I will..." |
|
57 |
| `tags` | Comma-separated list of tags | "AI, Machine Learning, Python" |
|
58 |
-
| `author` | The author's name | "
|
59 |
| `date` | Publication date | "2023-10-27" |
|
60 |
| `claps` | Number of claps | 1500 |
|
61 |
-
| `comments` | Number of comments | 50 |
|
62 |
|
63 |
### How to Use
|
64 |
|
|
|
35 |
- **`author`**: The name of the article's author.
|
36 |
- **`date`**: The publication date of the article.
|
37 |
- **`claps`**: The number of claps (upvotes) the article received.
|
|
|
38 |
|
39 |
### Use Cases
|
40 |
|
|
|
54 |
| `title` | The article headline | "How I Built a Recommendation Engine" |
|
55 |
| `content` | The full article text | "In this article, I will..." |
|
56 |
| `tags` | Comma-separated list of tags | "AI, Machine Learning, Python" |
|
57 |
+
| `author` | The author's name | "Author Name" |
|
58 |
| `date` | Publication date | "2023-10-27" |
|
59 |
| `claps` | Number of claps | 1500 |
|
|
|
60 |
|
61 |
### How to Use
|
62 |
|