학습주제DataFrame - 심화주요 학습 내용.apply(func)의 여러 열 데이터 활용하기.apply(lambda_func).astype(dtype)로 형변환NA는 형변환이 불가하다int64는 64비트를 표현 가능한 범위를 사용int 8은 8비트로 표현 가능한 범위를 사용.replace()https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.replace.htmlhttps://pandas.pydata.org/docs/reference/api/pandas.Series.replace.htmlhttps://pandas.pydata.org/docs/reference/api/pandas.Series.str.replace.html.where()조건에 맞..