Pandas has got to be one of my most favourite libraries... Ever. Pandas allows us to deal with data in a way that us humans can understand it; with labelled columns and indexes. It allows us to effortlessly import data from files such as csvs, allows us to quickly apply complex transformations and …
[Read more...] about An Introduction to Scientific Python – Pandas