Datasets:
helloerikaaa
commited on
Commit
·
a6b59de
1
Parent(s):
97ea8c7
Update Card Detail
Browse files
README.md
CHANGED
@@ -1,3 +1,36 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
license: mit
|
5 |
+
tags:
|
6 |
+
- timeseries
|
7 |
+
- astronomy
|
8 |
+
- solar-activity
|
9 |
+
annotations_creators:
|
10 |
+
- found
|
11 |
+
pretty_name: SolarActivity
|
12 |
+
task_categories:
|
13 |
+
- time-series-forecasting
|
14 |
+
dataset_info:
|
15 |
+
features:
|
16 |
+
- name: date
|
17 |
+
dtype: datetime
|
18 |
+
- name: year
|
19 |
+
dtype: int
|
20 |
+
- name: month
|
21 |
+
dtype: int
|
22 |
+
- name: day
|
23 |
+
dtype: int
|
24 |
+
- name: datefracc
|
25 |
+
dtype: float
|
26 |
+
- name: counts
|
27 |
+
dtype: int
|
28 |
+
- name: std
|
29 |
+
dtype: float
|
30 |
+
- name: nobs
|
31 |
+
dtype: int
|
32 |
+
- name: indicator
|
33 |
+
dtype: string
|
34 |
+
size_categories:
|
35 |
+
- 10K<n<100K
|
36 |
+
---
|