课程评价 (0)

请对课程作出评价:
0/300

学员评价

暂无精选评价
4分钟

整数 label

1. label不一定是字符串,也有可能是整数(如RangeIndex/Int64Index等)。尤其是当label是自动生成的时候。

  • 当你的label是整数时,面向整数的下标索引总是面向label的,而不是面向position的。因此推荐使用.loc来基于label索引,使用.iloc来基于position索引。