pandas

Wed 12 December 2018 by Chiara Ceccobello

pandas: powerful Python data analysis toolkit

Useful links:

A tip: Whenever you are using pandas in your own code, try and stick to the following convention:

import pandas as pd

This will make it easier for other people to understand your code, as this has become a de-facto standard.

A couple of scripts might be added to this page at a later stage, please come back to check!