Hi, in the following Youtube video, I am using Python to download multiple stock prices from Yahoo Finance and using Excel PivotTable to analyze the
Tag: Python
Pandas dataframe to Excel, retaining Excel sheet cells formatting
Hi, when we transfer a dataframe to an pre-formatted Excel sheet, there will be a common issue where the cell formatting of the Excel sheet
Create Draft Outlook Email with table using Python
This post uses Python to query a table from SQL Server, attach the table into the email body and create a draft Outlook email. Below
Jupyter Notebook shortcuts : to go to the cell that you want quickly and easily.
Jupyter Notebook has cool shortcuts where you can write it into a Markdown cell between your code. By using anchor tags with id and #
Download stock data from Yahoo Finance using Python
This post is about using Python and some libraries to download US stock data from Yahoo Finance into a Pandas dataframe. You can visit my
Adding Python to Windows PATH
This post is just about adding Python to Windows Path, so that Python interpreter can be easily access from cmd ( command line). You will
