摘要:
在使用pandas进行条件筛选时,使用了如下的代码: fzd_index=data[(data['实际辐照度']<mi)or(data['实际辐照度']>ma)].index 原本以为,并没有太大的问题。但是出现了ValueError: The truth value of a Series is 阅读全文
摘要:
python time模块中strptime用法 %Y Year with century as a decimal number. %m Month as a decimal number [01,12]. %d Day of the month as a decimal number [01,3 阅读全文