Chuyin980321 commited on
Commit
2089aac
1 Parent(s): f3582ef

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +78 -0
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: no_of_analysts_current_qtr
11
+ dtype: int64
12
+ - name: next_qtr
13
+ dtype: string
14
+ - name: no_of_analysts_next_qtr
15
+ dtype: int64
16
+ - name: current_year
17
+ dtype: int64
18
+ - name: no_of_analysts_current_year
19
+ dtype: int64
20
+ - name: next_year
21
+ dtype: int64
22
+ - name: no_of_analysts_next_year
23
+ dtype: int64
24
+ - name: avg_estimate_current_qtr
25
+ dtype: string
26
+ - name: avg_estimate_next_qtr
27
+ dtype: string
28
+ - name: avg_estimate_current_year
29
+ dtype: string
30
+ - name: avg_estimate_next_year
31
+ dtype: string
32
+ - name: low_estimate_current_qtr
33
+ dtype: string
34
+ - name: low_estimate_next_qtr
35
+ dtype: string
36
+ - name: low_estimate_current_year
37
+ dtype: string
38
+ - name: low_estimate_next_year
39
+ dtype: string
40
+ - name: high_estimate_current_qtr
41
+ dtype: string
42
+ - name: high_estimate_next_qtr
43
+ dtype: string
44
+ - name: high_estimate_current_year
45
+ dtype: string
46
+ - name: high_estimate_next_year
47
+ dtype: string
48
+ - name: year_ago_sales_current_qtr
49
+ dtype: string
50
+ - name: year_ago_sales_next_qtr
51
+ dtype: string
52
+ - name: year_ago_sales_current_year
53
+ dtype: string
54
+ - name: year_ago_sales_next_year
55
+ dtype: string
56
+ - name: sales_growth_yearest_current_qtr
57
+ dtype: string
58
+ - name: sales_growth_yearest_next_qtr
59
+ dtype: string
60
+ - name: sales_growth_yearest_current_year
61
+ dtype: string
62
+ - name: sales_growth_yearest_next_year
63
+ dtype: string
64
+ splits:
65
+ - name: train
66
+ num_bytes: 375640
67
+ num_examples: 1356
68
+ download_size: 198303
69
+ dataset_size: 375640
70
+ configs:
71
+ - config_name: default
72
+ data_files:
73
+ - split: train
74
+ path: data/train-*
75
+ ---
76
+ # Dataset Card for "revenue-estimate-stocks"
77
+
78
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)