Notes on python's pandas and performance
For data analysis, I sometimes use python in combination with pandas. In this post I’ll take a look at some of the performance aspects of pandas and alternatives. Pandas makes it easy to read data using read_csv
(or other read_ functions). You get a DataFrame which is easy to query and plot using matplotlib.