Skip to content

Commit 7089c00

Browse files
authored
Add another file with different data structure and update the readme (#106)
1 parent b019204 commit 7089c00

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

TechStockPortfolio/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Tech stock portfolio
22

3-
This folder contains a CSV file called `tech_stock_portfolio.csv` that contains data for 5 tech stocks from January 1, 2015 to March 1, 2018. The stocks are:
3+
This folder contains three CSV files that contain data for 5 tech stocks. Two of the files contain data from January 1, 2015 to March 1, 2018, and the other is from May 20, 2022. The stocks are:
44

55
- [Advanced Micro Devices](https://www.amd.com/en)
66
- [NVIDIA](https://www.nvidia.com/en-us/)
@@ -15,6 +15,7 @@ Data for each stock is as follows:
1515
- Open price
1616
- High price
1717
- Low price
18-
- Volume
18+
19+
`tech_stock_portfolio.csv` contains stock data in a wider format. `tech_stock_portfolio_slim.csv` contains data in a "slim" format.
1920

2021
This tech stock portfolio is meant to be used as an instrument for learning how to analyze portfolios of securities with Deephaven Community Core.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:039ebb8da1f6ef8aaa8f9bdebb153247f54ff109e38268fe5deeebb6dd8816f7
3+
size 675998

0 commit comments

Comments
 (0)