Cross-correlation (time-lag-correlation) with pandas?
问题 I have various time series, that I want to correlate - or rather, cross-correlate - with each other, to find out at which time lag the correlation factor is the greatest. I found various questions and answers/links discussing how to do it with numpy, but those would mean that I have to turn my dataframes into numpy arrays. And since my time series often cover different periods, I am afraid that I will run into chaos. Edit The issue I am having with all the numpy/scipy methods, is that they