Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions notebooks-course/01A_Data Preprocessing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"\n",
"YFinance: https://finance.yahoo.com/\n",
"\n",
"- [ ] Microsoft: ???"
"- [ ] Bitcoin: ???"
]
},
{
Expand Down Expand Up @@ -185,7 +185,7 @@
"id": "e8939293-f380-4613-b382-c7326b1f6175",
"metadata": {},
"source": [
"- [x] Microsoft: MSFT\n",
"- [x] Bitcoin: MSFT\n",
"- [ ] Bitcoin: ???"
]
},
Expand Down Expand Up @@ -751,12 +751,12 @@
"source": [
"import pandas as pd\n",
"\n",
"df_microsoft = pd.read_excel(\n",
" 'data/Microsoft_Stock_Price_Historical_Daily.xlsx',\n",
"df_Bitcoin = pd.read_excel(\n",
" 'data/Bitcoin_Stock_Price_Historical_Daily.xlsx',\n",
" parse_dates=['Date'], index_col=0\n",
")\n",
"\n",
"df_microsoft"
"df_Bitcoin"
]
},
{
Expand All @@ -774,7 +774,7 @@
"id": "bae566d6-761b-4256-ac8c-5c8de59e6daf",
"metadata": {},
"source": [
"![](src/Microsoft_x_LinkedIn.png)"
"![](src/Bitcoin_x_LinkedIn.png)"
]
},
{
Expand Down