그냥 키워드에 맞는 학습 내용 찾아가서 보자 n121데이터를 요약 묘사 설명하는 통계 기법. https://drhongdatanote.tistory.com/25Python에서 사용. df.desccribe()1추리 통계치(Inferential Statistic
read_csv('url' , sep= ' \\t \\ ) 이렇게 불러올 수도 있고dict 리스트를 이용할 수도 있다.
pandas.DataFrame.ilocproperty DataFrame.ilocPurely integer-location based indexing for selection by position.https://pandas.pydata.org/docs/refer
loc 은 () 가 아닌 \[] 를 사용한다.열 이름:열 이름, 행 이름: 이름 을 통해 데이터를 불러 올 수 있다..인덱스 개수와 동일한 True/False의 배열을 지정해 True인 행만 가져올 수 있습니다.