[Python] df 행 반환
Reference Pandas In Action
Reference Pandas In Action
Reference Pandas In Action
Reference Pandas In Action
Series 차원 확인 :: Series.shape
1. Series 정렬
Reference Pandas In Action
Series 요소 개수 확인 :: Series.size
Reference Pandas In Action
Reference Pandas In Action
Reference Pandas In Action
Reference Pandas In Action
Series 값의 유형 :: Series.dtype
JSON 파일 불러오기 :: pd.read_json( ) Reference Pandas In Action
Excel 파일 :: pd.read_excel( ) Reference Pandas In Action
CSV 파일 불러오기 :: pd.read_csv( )
DataFrame 생성 :: pd.DataFrame( )
Series 생성 :: pd.Series( )
성능 평가 지표(Evaluation Metric)
1. Scikit-learn 정의
머신러닝의 개념. 머신러닝 규칙을 일일이 프로그래밍하지 않아도 자동으로 데이터에서 규칙을 학습하는 알고리즘을 연구하는 분야 대표적인 머신러닝 라이브러리 : 사이킷런(Scikit-learn)
데이터 분할 :: train_test_split( )
1. Pandas란?
-> 파이썬의 대표적인 배열(array) 라이브러리 -> 벡터 및 행렬 연산에 있어 매우 편리한 기능을 제공
[Terminal] 원격 접속 및 파일 저장
데이터 분할(Data Partitioning)
1. 인공 신경망(Artificial Neural Networks)