Datasets:
Commit
·
9edda02
1
Parent(s):
dd7f11a
Update README.md
Browse files
README.md
CHANGED
@@ -62,7 +62,7 @@ print(dataset)
|
|
62 |
Each line in the dataset has the following attributes:
|
63 |
|
64 |
- `wiki_title`: The title of the Wikipedia page.
|
65 |
-
- `popularity`: The popularity score. This value represents the annual page views for the Wikipedia article corresponding to the `wiki_title
|
66 |
- `qid`: The unique identifier of the item in [Wikidata](https://www.wikidata.org/wiki/Wikidata:Main_Page).
|
67 |
|
68 |
Here is an example:
|
|
|
62 |
Each line in the dataset has the following attributes:
|
63 |
|
64 |
- `wiki_title`: The title of the Wikipedia page.
|
65 |
+
- `popularity`: The popularity score. This value represents the annual page views for the Wikipedia article corresponding to the `wiki_title`, obtained using the Wikipedia API for the year 2021.
|
66 |
- `qid`: The unique identifier of the item in [Wikidata](https://www.wikidata.org/wiki/Wikidata:Main_Page).
|
67 |
|
68 |
Here is an example:
|