在上一篇博客中,我们已经仔细讲解了iloc和loc,只是简单了提到了ix。这是因为相比于前2者,ix更复杂,也更让人迷惑。 因此,本篇博客通过例子的解释试图来描述清楚ix,尤其是与iloc和loc的联系。 首先,再次介绍这三种方法的概述: loc gets rows (or columns) with particular labels from the index. loc从索引中获取具有特定标签的行(或列)。 iloc gets rows (or columns) at particular positions in the index (so it only takes int