zq200866 opened this issue 3 years ago · 1 comments
把小于15的设置成nan即可
r = f.get_data(0, 230, 'REF') r['REF'] = r['REF'].where(r['REF'] < 15, np.nan)