Chuyin980321
commited on
Commit
•
30062d3
1
Parent(s):
500a685
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: symbol
|
5 |
+
dtype: string
|
6 |
+
- name: date
|
7 |
+
dtype: string
|
8 |
+
- name: id
|
9 |
+
dtype: int64
|
10 |
+
- name: fiscal_end
|
11 |
+
dtype: string
|
12 |
+
- name: consensus_eps_forecast
|
13 |
+
dtype: float64
|
14 |
+
- name: high_eps_forecast
|
15 |
+
dtype: float64
|
16 |
+
- name: low_eps_forecast
|
17 |
+
dtype: float64
|
18 |
+
- name: no_of_estimates
|
19 |
+
dtype: int64
|
20 |
+
- name: up
|
21 |
+
dtype: int64
|
22 |
+
- name: down
|
23 |
+
dtype: int64
|
24 |
+
splits:
|
25 |
+
- name: train
|
26 |
+
num_bytes: 509571
|
27 |
+
num_examples: 5699
|
28 |
+
download_size: 92802
|
29 |
+
dataset_size: 509571
|
30 |
+
configs:
|
31 |
+
- config_name: default
|
32 |
+
data_files:
|
33 |
+
- split: train
|
34 |
+
path: data/train-*
|
35 |
+
---
|
36 |
+
# Dataset Card for "earnings-forecast-stocks"
|
37 |
+
|
38 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|