Chuyin980321
commited on
Commit
•
99109b0
1
Parent(s):
8f69844
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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: current_estimate_current_qtr
|
11 |
+
dtype: float64
|
12 |
+
- name: next_qtr
|
13 |
+
dtype: string
|
14 |
+
- name: current_estimate_next_qtr
|
15 |
+
dtype: float64
|
16 |
+
- name: current_year
|
17 |
+
dtype: int64
|
18 |
+
- name: current_estimate_current_year
|
19 |
+
dtype: float64
|
20 |
+
- name: next_year
|
21 |
+
dtype: int64
|
22 |
+
- name: current_estimate_next_year
|
23 |
+
dtype: float64
|
24 |
+
- name: 7_days_ago_current_qtr
|
25 |
+
dtype: float64
|
26 |
+
- name: 7_days_ago_next_qtr
|
27 |
+
dtype: float64
|
28 |
+
- name: 7_days_ago_current_year
|
29 |
+
dtype: float64
|
30 |
+
- name: 7_days_ago_next_year
|
31 |
+
dtype: float64
|
32 |
+
- name: 30_days_ago_current_qtr
|
33 |
+
dtype: float64
|
34 |
+
- name: 30_days_ago_next_qtr
|
35 |
+
dtype: float64
|
36 |
+
- name: 30_days_ago_current_year
|
37 |
+
dtype: float64
|
38 |
+
- name: 30_days_ago_next_year
|
39 |
+
dtype: float64
|
40 |
+
- name: 60_days_ago_current_qtr
|
41 |
+
dtype: float64
|
42 |
+
- name: 60_days_ago_next_qtr
|
43 |
+
dtype: float64
|
44 |
+
- name: 60_days_ago_current_year
|
45 |
+
dtype: float64
|
46 |
+
- name: 60_days_ago_next_year
|
47 |
+
dtype: float64
|
48 |
+
- name: 90_days_ago_current_qtr
|
49 |
+
dtype: float64
|
50 |
+
- name: 90_days_ago_next_qtr
|
51 |
+
dtype: float64
|
52 |
+
- name: 90_days_ago_current_year
|
53 |
+
dtype: float64
|
54 |
+
- name: 90_days_ago_next_year
|
55 |
+
dtype: float64
|
56 |
+
splits:
|
57 |
+
- name: train
|
58 |
+
num_bytes: 300316
|
59 |
+
num_examples: 1356
|
60 |
+
download_size: 140021
|
61 |
+
dataset_size: 300316
|
62 |
+
configs:
|
63 |
+
- config_name: default
|
64 |
+
data_files:
|
65 |
+
- split: train
|
66 |
+
path: data/train-*
|
67 |
+
---
|
68 |
+
# Dataset Card for "eps-trend-stocks"
|
69 |
+
|
70 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|