Kamaljp commited on
Commit
505de92
·
1 Parent(s): cef5797

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: 267825
27
+ num_examples: 3000
28
+ download_size: 26980
29
+ dataset_size: 267825
30
+ ---
31
+ # Dataset Card for "earnings_3000"
32
+
33
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)