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
Author: AnthonyC
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:
Using Python scatter plot with multiple y variables in a single plot
Hi, this post is about having multiple y variables in a single scatter plot. The data we will be using is the English Premier league
Enable Excel cell to include leading zeros – 3 methods
Hi this post is about leading zeros in Excel cell and how to force Excel to display the leading zeros which we need especially for
Monte Carlo Simulation of 2 dices using Excel
Hi, this post is about using Excel to generate Monte Carlo Simulation of 2 dices. The video below shows the whole process including the generation
