DEPR: Change .ix DeprecationWarning -> FutureWarning by jorisvandenbossche · Pull Request #26438 · pandas-dev/pandas (original) (raw)
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i'll need to check, but from memory I think .ix is used in a few tests to generate the expected result for testing the other indexers.
So maybe the first step would be to eliminate these, (would need to be done before .ix deprecation anyway). This would allow the removal of some catch_warnings.
I would guess that in theory it should be possible to remove all .ix occurrences from test files outside the test_ix module.