Chuyin980321
commited on
Commit
•
8593796
1
Parent(s):
f5ab2fb
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: symbol
|
5 |
+
dtype: string
|
6 |
+
- name: date
|
7 |
+
dtype: string
|
8 |
+
- name: current_qtr
|
9 |
+
dtype: string
|
10 |
+
- name: up_last_7_days_current_qtr
|
11 |
+
dtype: int64
|
12 |
+
- name: next_qtr
|
13 |
+
dtype: string
|
14 |
+
- name: up_last_7_days_next_qtr
|
15 |
+
dtype: int64
|
16 |
+
- name: current_year
|
17 |
+
dtype: int64
|
18 |
+
- name: up_last_7_days_current_year
|
19 |
+
dtype: int64
|
20 |
+
- name: next_year
|
21 |
+
dtype: int64
|
22 |
+
- name: up_last_7_days_next_year
|
23 |
+
dtype: int64
|
24 |
+
- name: up_last_30_days_current_qtr
|
25 |
+
dtype: int64
|
26 |
+
- name: up_last_30_days_next_qtr
|
27 |
+
dtype: int64
|
28 |
+
- name: up_last_30_days_current_year
|
29 |
+
dtype: int64
|
30 |
+
- name: up_last_30_days_next_year
|
31 |
+
dtype: int64
|
32 |
+
- name: down_last_7_days_current_qtr
|
33 |
+
dtype: 'null'
|
34 |
+
- name: down_last_7_days_next_qtr
|
35 |
+
dtype: 'null'
|
36 |
+
- name: down_last_7_days_current_year
|
37 |
+
dtype: 'null'
|
38 |
+
- name: down_last_7_days_next_year
|
39 |
+
dtype: 'null'
|
40 |
+
- name: down_last_30_days_current_qtr
|
41 |
+
dtype: int64
|
42 |
+
- name: down_last_30_days_next_qtr
|
43 |
+
dtype: int64
|
44 |
+
- name: down_last_30_days_current_year
|
45 |
+
dtype: int64
|
46 |
+
- name: down_last_30_days_next_year
|
47 |
+
dtype: int64
|
48 |
+
splits:
|
49 |
+
- name: train
|
50 |
+
num_bytes: 215572
|
51 |
+
num_examples: 1356
|
52 |
+
download_size: 36081
|
53 |
+
dataset_size: 215572
|
54 |
+
configs:
|
55 |
+
- config_name: default
|
56 |
+
data_files:
|
57 |
+
- split: train
|
58 |
+
path: data/train-*
|
59 |
+
---
|
60 |
+
# Dataset Card for "eps-revisions-stocks"
|
61 |
+
|
62 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|