Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,7 +1,17 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
# Poems database
|
| 6 |
|
| 7 |
-
Postgres database parsed from the dataset of [https://www.kaggle.com/datasets/michaelarman/poemsdataset](MICHAELARMAN) in Kaggle using the classification by topic.
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- poetry
|
| 7 |
+
- literature
|
| 8 |
+
- poems
|
| 9 |
+
size_categories:
|
| 10 |
+
- 10K<n<100K
|
| 11 |
---
|
| 12 |
|
| 13 |
# Poems database
|
| 14 |
|
| 15 |
+
Postgres database parsed from the dataset of [https://www.kaggle.com/datasets/michaelarman/poemsdataset](MICHAELARMAN) in Kaggle using the classification by topic.
|
| 16 |
+
|
| 17 |
+
The database consists of 14,334 rows with `id`, `author`, `title`, `body` and `topic`.
|