if not (len(DFTICKDATA.index) == len(dfInstruments.index)): print("NOT WORKING - DFTICKDATA dfInstruments rows is " + str(len(DFTICKDATA.index)) + str(len(dfInstruments.index)) + str(datetime.now())) ERR = 1 else: #Do Analysis
OutPut: NOT WORKING - DFTICKDATA dfInstruments rows is 105 128 2021-07-05 13:41:52.201210 NOT WORKING - DFTICKDATA dfInstruments rows is 120 128 2021-07-05 13:41:52.845613 NOT WORKING - DFTICKDATA dfInstruments rows is 68 128 2021-07-05 13:41:53.281216 NOT WORKING - DFTICKDATA dfInstruments rows is 118 128 2021-07-05 13:41:53.918019 NOT WORKING - DFTICKDATA dfInstruments rows is 102 128 2021-07-05 13:41:54.567022