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)
誰かが私に新しい構文を教えてくれますか?
ありがとう、
リュック