Starting in v0.20.0, the `.ix` indexer is deprecated, in favor of the more strict `.iloc` and `.loc` indexers. The `ix` indexer was completely removed in v1.0.0.
Starting in v0.20.0, the
.ixindexer is deprecated, in favor of the more strict.ilocand.locindexers.The
ixindexer was completely removed in v1.0.0.