nick-carroll1
commited on
Commit
·
008edaf
1
Parent(s):
3a928f0
Updated with Summary
Browse files
README.md
CHANGED
@@ -1,3 +1,128 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
features:
|
|
|
1 |
+
|
2 |
+
# Dataset Card for S&P 500 Dataset
|
3 |
+
|
4 |
+
## Table of Contents
|
5 |
+
- [Table of Contents](#table-of-contents)
|
6 |
+
- [Dataset Description](#dataset-description)
|
7 |
+
- [Dataset Summary](#dataset-summary)
|
8 |
+
- [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
|
9 |
+
- [Languages](#languages)
|
10 |
+
- [Dataset Structure](#dataset-structure)
|
11 |
+
- [Data Instances](#data-instances)
|
12 |
+
- [Data Fields](#data-fields)
|
13 |
+
- [Data Splits](#data-splits)
|
14 |
+
- [Dataset Creation](#dataset-creation)
|
15 |
+
- [Curation Rationale](#curation-rationale)
|
16 |
+
- [Source Data](#source-data)
|
17 |
+
- [Annotations](#annotations)
|
18 |
+
- [Personal and Sensitive Information](#personal-and-sensitive-information)
|
19 |
+
- [Considerations for Using the Data](#considerations-for-using-the-data)
|
20 |
+
- [Social Impact of Dataset](#social-impact-of-dataset)
|
21 |
+
- [Discussion of Biases](#discussion-of-biases)
|
22 |
+
- [Other Known Limitations](#other-known-limitations)
|
23 |
+
- [Additional Information](#additional-information)
|
24 |
+
- [Dataset Curators](#dataset-curators)
|
25 |
+
- [Licensing Information](#licensing-information)
|
26 |
+
- [Citation Information](#citation-information)
|
27 |
+
- [Contributions](#contributions)
|
28 |
+
|
29 |
+
## Dataset Description
|
30 |
+
|
31 |
+
- **Homepage:**
|
32 |
+
- **Repository:**
|
33 |
+
- **Paper:**
|
34 |
+
- **Leaderboard:**
|
35 |
+
- **Point of Contact:**
|
36 |
+
|
37 |
+
This Dataset was created by combining the daily close prices for each stock in the current (as of 10/29/2022) S&P 500 index dating back to January 1, 1970. This data came from the Kaggle dataset (https://www.kaggle.com/datasets/paultimothymooney/stock-market-data) and was aggregated using PANDAS before being converted to a HuggingFace Dataset.
|
38 |
+
|
39 |
+
### Dataset Summary
|
40 |
+
|
41 |
+
This dataset has 407 columns specifying dates and associated close prices of the stocks in the S&P 500 that had data which could be accessed from the above Kaggle dataset. 94 stocks are missing due to issues loading that stock data into the dataset (i.e. stock name changes (like FB to META)). These items will need further review. There are many NA values due to stocks that were not in existence as early as 1970.
|
42 |
+
|
43 |
+
### Supported Tasks and Leaderboards
|
44 |
+
|
45 |
+
[More Information Needed]
|
46 |
+
|
47 |
+
|
48 |
+
## Dataset Structure
|
49 |
+
|
50 |
+
### Data Instances
|
51 |
+
|
52 |
+
[More Information Needed]
|
53 |
+
|
54 |
+
### Data Fields
|
55 |
+
|
56 |
+
[More Information Needed]
|
57 |
+
|
58 |
+
### Data Splits
|
59 |
+
|
60 |
+
No split has currently been created for the dataset.
|
61 |
+
|
62 |
+
## Dataset Creation
|
63 |
+
|
64 |
+
### Curation Rationale
|
65 |
+
|
66 |
+
[More Information Needed]
|
67 |
+
|
68 |
+
### Source Data
|
69 |
+
|
70 |
+
https://www.kaggle.com/datasets/paultimothymooney/stock-market-data
|
71 |
+
|
72 |
+
#### Initial Data Collection and Normalization
|
73 |
+
|
74 |
+
[More Information Needed]
|
75 |
+
|
76 |
+
#### Who are the source language producers?
|
77 |
+
|
78 |
+
[More Information Needed]
|
79 |
+
|
80 |
+
### Annotations
|
81 |
+
|
82 |
+
#### Annotation process
|
83 |
+
|
84 |
+
[More Information Needed]
|
85 |
+
|
86 |
+
#### Who are the annotators?
|
87 |
+
|
88 |
+
[More Information Needed]
|
89 |
+
|
90 |
+
### Personal and Sensitive Information
|
91 |
+
|
92 |
+
[More Information Needed]
|
93 |
+
|
94 |
+
## Considerations for Using the Data
|
95 |
+
|
96 |
+
### Social Impact of Dataset
|
97 |
+
|
98 |
+
[More Information Needed]
|
99 |
+
|
100 |
+
### Discussion of Biases
|
101 |
+
|
102 |
+
[More Information Needed]
|
103 |
+
|
104 |
+
### Other Known Limitations
|
105 |
+
|
106 |
+
[More Information Needed]
|
107 |
+
|
108 |
+
## Additional Information
|
109 |
+
|
110 |
+
### Dataset Curators
|
111 |
+
|
112 |
+
[More Information Needed]
|
113 |
+
|
114 |
+
### Licensing Information
|
115 |
+
|
116 |
+
[More Information Needed]
|
117 |
+
|
118 |
+
### Citation Information
|
119 |
+
|
120 |
+
[More Information Needed]
|
121 |
+
|
122 |
+
### Contributions
|
123 |
+
|
124 |
+
Thanks to [@github-username](https://github.com/nick-carroll1) for adding this dataset.
|
125 |
+
|
126 |
---
|
127 |
dataset_info:
|
128 |
features:
|