Attended workshop
Learnt Python
Today I attended an introductory Python pandas workshop and started learning about this great Python module.

It was a great workshop and I learnt about things like
  • reading and saving data from/to multiple file formats;
  • manipulating Series and DataFrames;
  • how Series and DF indices work;
  • grouping data and aggregating it with multiple functions;
  • ...