When you want to analyse market data or create a back-testing program using python one of the first problems you face is how to get your data into memory. This is usually easily solvable when the amount of data is small – simply load it using default functions from python libraries – but it can […]