pandas. dataframe
2017-07-25 10:55 xplorerthik 阅读(166) 评论(0) 编辑 收藏 举报loc
works on labels in the index.iloc
works on the positions in the index (so it only takes integers).ix
usually tries to behave likeloc
but falls back to behaving likeiloc
if the label is not in the index.