刚刚安装了 pandas 0.10.0,以下行创建现有列的插值版本失败:
prep_bcgps['lati'] = prep_bcgps['lat'].apply(pds.Series.interpolate)
TypeError: unbound method interpolate() must be called with Series instance as first argument (got float64 instance instead)
有人可以指导我使用新语法吗?
谢谢,
卢克