File size: 709 Bytes
bbba617
 
 
 
 
6afde63
 
bbba617
 
6afde63
bbba617
 
6af6a72
 
 
bbba617
 
 
 
 
 
 
 
2370f50
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
license: cc-by-sa-4.0
configs:
- config_name: en
  data_files: day_in_history.en.parquet
- config_name: ml
  data_files: day_in_history.ml.parquet
language:
- en
- ml
size_categories:
- 10K<n<100K
tags:
- wikipedia
- history
---

# Day in History

This is a dataset prepared out of wikipedia pages https://en.wikipedia.org/wiki/Category:Days_of_the_year.

Historic events are mapped against each date with reference if available.

Here is a demo app using this dataset: https://huggingface.co/spaces/santhosh/day_in_history

Script used for parsing wiki pages: https://github.com/santhoshtr/day-in-history. Please use that repository for tracking issues regarding adding more languages, data cleanup etc.