Python package tutorials

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 →
Card image cap

Matplotlib basics

In this post we look at the very basic features of the Matplotlib package in Python. This package is used for graphical representation of data.

Read More →