Jupyter Notebook has cool shortcuts where you can write it into a Markdown cell between your code. By using anchor tags with id and #
Author: AnthonyC
Clean data headers with Excel and Power Query
Hi, in this post, we are using Excel transpose function and Power Query to clean up our data headers to the format that we want.
3 ways to get daily percentage change for a stock price data
Hi, this post is about how you can use Python Pandas and data_reader library to extract and get the daily changes in the stock price
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
Combine and visualize 2 English Premier League datasets (number of goals and assists) using Python Pandas
This post is about combining and visualization of 2 EPL datasets, process includes dataframe slicing, merging and plotting. The 2 datasets can be downloaded below:
