SEO, Python programming and web development

Card image cap

The random walk challenge

Data science involves using a number of packages in conjuction with one another - in this tutorial we dive into a well known example called the "the randon walk" in which we using a number of core data science packages.

Read More →
Card image cap

Pandas basics - looping through DataFrames and adding columns

In this post we look in more depth at the python package Pandas; namely, looping through dataframes and adding columns.

Read More →
Card image cap

Pandas basics - loading data, filtering and querying

In this post we look at the very basic features of the Pandas package in Python; a hugely popular package in data science. It includes loading data, accessing columns using loc and iloc, and querying a DataFrame

Read More →