by shigemk2

当面は技術的なことしか書かない

Pandas ix

Warning Starting in 0.20.0, the .ix indexer is deprecated, in favor of the more strict .iloc and .loc indexers.

とな。

ゆえに、loc(ラベル)もしくはiloc(ポジション)で代替せよと。

Indexing and Selecting Data — pandas 0.23.4 documentation