Sample_codes
Sample_codes
parquet(메모리 줄여줌)
1 | import gc |
query함수
(필터거는 함수) 열이름 입력
1 | train.query('month==7 and year==2022 and day>15') |
Labelencoding(train과 test데이터의 값이 다를 경우)
1 | for i in str_col: |
global 변수명 생성
1 | globals()['data_{}'.format(i)] |