데이터분석(data)
데이터 분석: iloc, loc를 사용한 행/열 선택법, df, pandas
BigBee
2021. 10. 7. 16:45
1. 행번호(row number)로 선택하는 방법(.iloc)
2. label이나 조건표현으로 선택하는 방법(.loc)