spayno commited on
Commit
1be3a8e
·
verified ·
1 Parent(s): b090b5c

Create running_speed.croissant.yaml

Browse files
Files changed (1) hide show
  1. running_speed.croissant.yaml +69 -0
running_speed.croissant.yaml ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ dataset:
2
+ name: running_speed
3
+ description: A dataset mapping running distances to average running speeds
4
+ version: 1.0.0
5
+ url: https://huggingface.co/datasets/your-username/running_speed
6
+ citation: |
7
+ @dataset{running_speed_2025,
8
+ author = {Sean Payne},
9
+ title = {Running Speed Dataset},
10
+ month = {1},
11
+ year = {2025},
12
+ publisher = {Hugging Face}
13
+ }
14
+ license: MIT
15
+ keywords:
16
+ - running
17
+ - sports performance
18
+ - speed analysis
19
+ - distance running
20
+ creators:
21
+ - name: Sean Payne
22
+ type: personal
23
+
24
+ data:
25
+ files:
26
+ - name: running_speed.csv
27
+ description: Main dataset file containing running speeds and distances
28
+ format: csv
29
+ size: 1KB
30
+ columns:
31
+ - name: meters
32
+ description: Distance covered in running
33
+ type: float32
34
+ unit:
35
+ name: meter
36
+ type: length
37
+ base: SI
38
+ - name: mph
39
+ description: Average running speed
40
+ type: float32
41
+ unit:
42
+ name: miles per hour
43
+ type: velocity
44
+ base: imperial
45
+
46
+ provenance:
47
+ sources:
48
+ - type: compilation
49
+ description: Dataset compiled for educational and analytical purposes
50
+ methodology:
51
+ - type: data_compilation
52
+ description: Values represent typical running speeds across different distances
53
+ - type: quality_control
54
+ description: Data points verified against typical human running capabilities
55
+
56
+ temporal:
57
+ created: "2025-01-15"
58
+ modified: "2025-01-15"
59
+
60
+ access:
61
+ authentication: none
62
+ protocol: https
63
+ format: csv
64
+ landing_page: https://huggingface.co/datasets/your-username/running_speed
65
+
66
+ distribution:
67
+ - name: Hugging Face
68
+ url: https://huggingface.co/datasets/your-username/running_speed
69
+ format: csv