FutureWarning: DataFrame.fillna with ‘method‘ is deprecated and will raise in a future version.
·
FutureWarning: DataFrame.fillna with 'method' is deprecated and will raise in a future version. Use obj.ffill() or obj.bfill() instead.
新版本中,fillna的“method”参数要取消了,直接使用对象的ffill(),bfill()
解决办法:

更多推荐
所有评论(0)