python使用小结——iloc与loc的使用

1.当用行号索引的时候, 尽量用 iloc 来进行索引;

2. 而用标签索引的时候用 loc

原文地址:https://www.cnblogs.com/kingshine007/p/9139821.html