MysticQuant42 commited on
Commit
a3b72c6
·
verified ·
1 Parent(s): edd3bad

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +51 -29
README.md CHANGED
@@ -1,31 +1,53 @@
 
1
  ---
2
- dataset_info:
3
- features:
4
- - name: symbol
5
- dtype: string
6
- - name: date
7
- dtype: string
8
- - name: open
9
- dtype: float64
10
- - name: high
11
- dtype: float64
12
- - name: low
13
- dtype: float64
14
- - name: close
15
- dtype: float64
16
- - name: volume
17
- dtype: int64
18
- - name: adj_close
19
- dtype: float64
20
- splits:
21
- - name: train
22
- num_bytes: 1755408484
23
- num_examples: 24952039
24
- download_size: 850805205
25
- dataset_size: 1755408484
26
- configs:
27
- - config_name: default
28
- data_files:
29
- - split: train
30
- path: data/train-*
31
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
  ---
3
+ language:
4
+ - en
5
+ license: other
6
+ task_categories:
7
+ - tabular-regression
8
+ features:
9
+ - name: symbol
10
+ dtype: string
11
+ - name: date
12
+ dtype: string
13
+ - name: open
14
+ dtype: float64
15
+ - name: high
16
+ dtype: float64
17
+ - name: low
18
+ dtype: float64
19
+ - name: close
20
+ dtype: float64
21
+ - name: volume
22
+ dtype: int64
23
+ - name: adj_close
24
+ dtype: float64
25
+ extra_gated_prompt: "To get access to this dataset, you must subscribe to Papers With Backtest. To subscribe, go to https://paperswithbacktest.com/ > Login > Choose Your Plan > Subscribe."
 
 
 
 
 
 
26
  ---
27
+ # Dataset Information
28
+
29
+ This dataset includes daily price data for various stocks.
30
+
31
+ ## Instruments Included
32
+
33
+ - 7000+ US Stocks
34
+
35
+ ## Dataset Columns
36
+
37
+ - `symbol`: The symbol of the stock.
38
+ - `date`: The date of the data.
39
+ - `open`: The opening price of the stock.
40
+ - `high`: The highest price of the stock.
41
+ - `low`: The lowest price of the stock.
42
+ - `close`: The closing price of the stock.
43
+ - `volume`: The volume of the stock.
44
+ - `adj_close`: The adjusted closing price of the stock.
45
+
46
+ ## Data Splits
47
+
48
+ The data is split into a training set.
49
+
50
+ ## Dataset Maintenance
51
+
52
+ The dataset is updated on a monthly basis by [Papers With Backtest](https://paperswithbacktest.com).
53
+