What is the most efficient way to loop through dataframes with pandas?I want to perform my own complex operations on financial data in dataframes in a sequential manner. For example I am using the following MSFT CSV file taken from Yahoo Finance: Date,Open,High,Low...Stack OverflowMuppetEfficiently iterating