jlzhou commited on
Commit
188d668
ยท
verified ยท
1 Parent(s): 5eb3cba

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +61 -3
README.md CHANGED
@@ -1,3 +1,61 @@
1
- ---
2
- license: cc0-1.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc0-1.0
3
+ ---
4
+
5
+ # Intel Stock Data (1980-2024)
6
+
7
+ This is a dataset copied from Kaggle. You can see the original dataset here: <https://www.kaggle.com/datasets/mhassansaboor/intel-stock-data-1980-2024>
8
+
9
+ ---
10
+
11
+ **The following is the original readme of this dataset:**
12
+
13
+ ## About Dataset
14
+
15
+ ### ๐Ÿ“Š Intel Stock Dataset (1980-2024)
16
+
17
+ ๐ŸŒŸ This dataset contains daily stock trading data for Intel Corporation (ticker: INTC) from 1980 to 2024, sourced from Yahoo Finance. It provides a comprehensive view of Intel's stock performance over four decades, including key metrics like opening/closing prices, trading volume, dividends, and stock splits.
18
+
19
+ ---
20
+
21
+ ### ๐Ÿ“„ Dataset Overview
22
+
23
+ - ๐Ÿ—“๏ธ Time Period: 1980 to 2024
24
+ - ๐Ÿ“ˆ Total Records: 11,289 rows
25
+ - ๐Ÿ“‚ File Size: ~989.25 KB
26
+
27
+ This dataset is ideal for financial analysis, stock trend forecasting, machine learning models, and portfolio optimization studies.
28
+
29
+ ---
30
+
31
+ ### ๐Ÿ“‹ Columns and Descriptions
32
+
33
+ ๐Ÿท๏ธ Column | ๐Ÿ” Description
34
+ --- | ---
35
+ ๐Ÿ“… Date | The trading date in YYYY-MM-DD format.
36
+ ๐Ÿ”“ Open | The opening price of Intel's stock on the given day.
37
+ ๐Ÿ“ˆ High | The highest price of the stock during the trading session.
38
+ ๐Ÿ“‰ Low | The lowest price of the stock during the trading session.
39
+ ๐Ÿ”’ Close | The closing price of the stock on the given day.
40
+ ๐Ÿ”„ Volume | The total number of shares traded on the given day.
41
+ ๐Ÿ’ฐ Dividends | The dividend payouts, if applicable, on the given day.
42
+ ๐Ÿ“Š Stock Splits | The ratio of stock splits (if applicable) on the given day (e.g., 2-for-1 split = 2.0).
43
+
44
+ ---
45
+
46
+ ### ๐ŸŒŸ Key Features
47
+
48
+ - Clean and Complete: No missing values across all columns.
49
+ - Rich Historical Data: Captures Intel's stock trends and major events over the years.
50
+ - Ready for Analysis: Ideal for time-series analysis, regression models, and financial forecasting.
51
+
52
+ ### ๐Ÿš€ Applications
53
+
54
+ - ๐Ÿ“ˆ Trend Analysis: Identify long-term trends and patterns in Intel's stock performance.
55
+ - ๐Ÿค– Machine Learning: Train predictive models for stock price forecasting.
56
+ - ๐Ÿ’ผ Portfolio Insights: Analyze Intel's stock as part of an investment portfolio.
57
+ - ๐Ÿงฎ Statistical Research: Study correlations between market events and stock performance.
58
+
59
+ ---
60
+
61
+ Feel free to dive into the dataset and unlock its potential! Let me know if you need help with analysis or visualization. ๐Ÿ˜„