Data science tutorials

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

Numpy basics

In this post we look at the very basic features of the NumPy package in Python. This package is prodominantely used in data science and is a good starting point before jumping into Pandas.

Read More →