Update README.md
Browse files
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. ๐
|