Pandas: Replacement for .ix - Javaer101
www.javaer101.com › en › articlePandas: Replacement for .ix. elPastor Published at Java. 78. elPastor : Given the update to pandas 0.20.0 and the deprecation of .ix, I am wondering what the most efficient way to get the same result using the remaining .loc and .iloc. I just answered this question, but the second option (not using .ix) seems inefficient and verbose.