Bug in the parser/test engine? This code produces a correct message – and it shouldn't. FYI
num_zvs = daily_df.Volume[daily_df.Volume == 0].sum() print(num_zvs) Thanks
Alex, this has been rectified. Thanks!