marvmk commited on
Commit
0e5e950
·
1 Parent(s): cc32e9d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: Open
5
+ dtype: float64
6
+ - name: High
7
+ dtype: float64
8
+ - name: Low
9
+ dtype: float64
10
+ - name: Close
11
+ dtype: float64
12
+ - name: Volume
13
+ dtype: int64
14
+ - name: Inflation
15
+ dtype: float64
16
+ - name: CPI
17
+ dtype: float64
18
+ - name: Quarter_end
19
+ dtype: int64
20
+ - name: Date
21
+ dtype: timestamp[ns, tz=America/New_York]
22
+ splits:
23
+ - name: train
24
+ num_bytes: 359424
25
+ num_examples: 4992
26
+ download_size: 272196
27
+ dataset_size: 359424
28
+ ---
29
+ # Dataset Card for "scalable_project"
30
+
31
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)