Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,31 +1,53 @@
|
|
|
|
1 |
---
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
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 |
+
|