Open ducrosx opened 3 years ago
sort_value issue might be due to the python version mismatch, please modify accordingly. Data integration and subsequent usage in sj_rsi_nifty100_zipline.ipynb are 2 different things. For this particular blog, I ingested data with ticker name (e.g. ACC) and haven't used BSE500 scrip code. Yes, scrip code as numbers don't work properly so avoid have numbers as scrip code.
Thanks Jana all goof now. I just used the ticker name instead and everything worked fine.
Hi It looks like you cannot view the code. Could you reload it ?
By following the code in the article i get an error on sort_values(ascending=True). It says that "by" is missing. Also on you data/data file the ticker is by name eg: ACC while ingesting the data using the method described with BSE500 it uses 'scrip code' so a number. Is it having an impact ? Thanks