loc,iloc,ix三者间的区别和联系 loc .loc is primarily label based, but may also be used with a boolean array. 就是说,loc方法主要是用label来选择数据的.1 A single label, e.g. 5 or 'a', (note that 5 is interpreted as a label of the index. This use is not an integer position alon…