ajsbsd commited on
Commit
3a31102
·
verified ·
1 Parent(s): ef24361

Delete README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -35
README.md DELETED
@@ -1,35 +0,0 @@
1
- ---
2
- license: bsd
3
- dataset_info:
4
- description: >
5
- Mass shootings in the United States in 2025, sourced from the Mass Shooting
6
- Tracker project.
7
-
8
- Includes details like date, location, number of dead/injured, shooter info,
9
- and news links.
10
- citation: ''
11
- homepage: https://www.massshootingtracker.org/
12
- repo_url: https://github.com/yourusername/your-repo-name
13
- version: 1.0.0
14
- splits:
15
- train: 100%
16
- features:
17
- - name: '#'
18
- dtype: int32
19
- - name: Date
20
- dtype: string
21
- - name: Location
22
- dtype: string
23
- - name: Dead
24
- dtype: int32
25
- - name: Injured
26
- dtype: int32
27
- - name: Shooters
28
- dtype: string
29
- - name: News Articles
30
- dtype: string
31
- csv_path: 2025-05-23.csv
32
- language:
33
- - en
34
- pretty_name: msd
35
- ---