LinAlgError: Array must not contain infs or NaNs
There was a runtime error on line 102.
I am running a loop across a list of securities i have made using a q1500US pipeline and i use data.history to get the daily price for a window of 120 days and do some calculation during that timeframe.Does anyone know what that error code could mean about my dataset. During this calculations i try to fit a polynomial to my data set and extract some basic features from the resulting calculations.