Datasets:
sachin-iitd
commited on
Commit
•
569498c
1
Parent(s):
c52c192
Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,4 @@
|
|
1 |
---
|
2 |
-
# For reference on model card metadata, see the spec: https://github.com/huggingface/hub-docs/blob/main/datasetcard.md?plain=1
|
3 |
-
# Doc / guide: https://huggingface.co/docs/hub/datasets-cards
|
4 |
configs:
|
5 |
- config_name: default
|
6 |
data_files:
|
@@ -8,102 +6,36 @@ configs:
|
|
8 |
path: "train.csv"
|
9 |
- split: test
|
10 |
path: "test.csv"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
-
|
14 |
|
15 |
-
|
16 |
|
17 |
-
|
18 |
-
- **Repository:**
|
19 |
-
- **Paper:**
|
20 |
-
- **Leaderboard:**
|
21 |
-
- **Point of Contact:**
|
22 |
|
23 |
-
### Dataset
|
|
|
24 |
|
25 |
-
|
26 |
|
27 |
-
|
28 |
|
29 |
-
|
30 |
|
31 |
-
|
32 |
|
33 |
-
|
34 |
|
35 |
-
|
36 |
|
37 |
-
|
38 |
-
|
39 |
-
[More Information Needed]
|
40 |
-
|
41 |
-
### Data Fields
|
42 |
-
|
43 |
-
[More Information Needed]
|
44 |
-
|
45 |
-
### Data Splits
|
46 |
-
|
47 |
-
[More Information Needed]
|
48 |
-
|
49 |
-
## Dataset Creation
|
50 |
-
|
51 |
-
### Curation Rationale
|
52 |
-
|
53 |
-
[More Information Needed]
|
54 |
-
|
55 |
-
### Source Data
|
56 |
-
|
57 |
-
#### Initial Data Collection and Normalization
|
58 |
-
|
59 |
-
[More Information Needed]
|
60 |
-
|
61 |
-
#### Who are the source language producers?
|
62 |
-
|
63 |
-
[More Information Needed]
|
64 |
-
|
65 |
-
### Annotations
|
66 |
-
|
67 |
-
#### Annotation process
|
68 |
-
|
69 |
-
[More Information Needed]
|
70 |
-
|
71 |
-
#### Who are the annotators?
|
72 |
-
|
73 |
-
[More Information Needed]
|
74 |
-
|
75 |
-
### Personal and Sensitive Information
|
76 |
-
|
77 |
-
[More Information Needed]
|
78 |
-
|
79 |
-
## Considerations for Using the Data
|
80 |
-
|
81 |
-
### Social Impact of Dataset
|
82 |
-
|
83 |
-
[More Information Needed]
|
84 |
-
|
85 |
-
### Discussion of Biases
|
86 |
-
|
87 |
-
[More Information Needed]
|
88 |
-
|
89 |
-
### Other Known Limitations
|
90 |
-
|
91 |
-
[More Information Needed]
|
92 |
-
|
93 |
-
## Additional Information
|
94 |
-
|
95 |
-
### Dataset Curators
|
96 |
-
|
97 |
-
[More Information Needed]
|
98 |
-
|
99 |
-
### Licensing Information
|
100 |
-
|
101 |
-
[More Information Needed]
|
102 |
-
|
103 |
-
### Citation Information
|
104 |
-
|
105 |
-
[More Information Needed]
|
106 |
-
|
107 |
-
### Contributions
|
108 |
-
|
109 |
-
[More Information Needed]
|
|
|
1 |
---
|
|
|
|
|
2 |
configs:
|
3 |
- config_name: default
|
4 |
data_files:
|
|
|
6 |
path: "train.csv"
|
7 |
- split: test
|
8 |
path: "test.csv"
|
9 |
+
license: cc-by-4.0
|
10 |
+
language:
|
11 |
+
- en
|
12 |
+
tags:
|
13 |
+
- pm2.5
|
14 |
+
- pollution
|
15 |
+
- meteorological
|
16 |
+
size_categories:
|
17 |
+
- 1M<n<10M
|
18 |
---
|
19 |
|
20 |
+
## Delhi Pollution Dataset
|
21 |
|
22 |
+
Duration: Nov 2020 - Jan 2021
|
23 |
|
24 |
+
Mean PM2.5: 212.67
|
|
|
|
|
|
|
|
|
25 |
|
26 |
+
### Dataset Contents:
|
27 |
+
deviceId, dateTime, lat, long, pressure, temperature, humidity, pm1_0, pm2_5, pm10
|
28 |
|
29 |
+
### Dataset variants
|
30 |
|
31 |
+
**1.Raw(PM)** : Contains spatio-temporal raw PM data
|
32 |
|
33 |
+
**2.Raw(PM+Met)** : Contains spatio-temporal raw PM and meteorological data
|
34 |
|
35 |
+
**3.Clean(PM+Met)** : Contains spatio-temporal cleaned PM and meteorological data (with wrong lat-long samples removed)
|
36 |
|
37 |
+
**4.Grid(PM+Met)** : Average the cleaned dataset over spatio-temporal grids of 1km x 1km x 1hr
|
38 |
|
39 |
+
Website: https://www.cse.iitd.ac.in/pollutiondata
|
40 |
|
41 |
+
This dataset is collected by IIT-Delhi. For any queries, kindly contact: _riju@cse.iitd.ac.in_
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|