ylab 2022. 7. 12. 00:06
dataframe.iloc
Access group of rows and columns by integer position(s).
iloc는 integer location의 약어임
데이터 프레임의 행이나 칼럼의 순서를 나타내는 정수
즉, iloc은 index의 위치를 가리키는 것이라고 생각하면됨.


dataframe.loc
Access a group of rows and columns by labels(s) or a boolean array.
label을 부르면 됨