window에서는 plt.rc('font', family='Malgun Gothic')
https://stackoverflow.com/questions/60249807/python-isnull-sum-vs-isnull-count
Python - isnull().sum() vs isnull().count()
So I'm currently finishing a tutorial with the titanic dataset (https://www.kaggle.com/c/titanic/data). Now I'm trying a couple of new things that might be related. The info for it is : There ar...
stackoverflow.com
sum을 이용할 경우 True와 False를 더한다. 이때 True는 1, False는 0이고 isnull()은 boolean type을 리턴하기 때문에 sum을 사용하면 결측치의 값이 다 더해진다.
count를 이용할 경우 행의 개수만 리턴한다.
selenium - 여러가지 플랫폼의 자동화를 지원하는 자동화 도구.
https://www.selenium.dev/documentation/ko/
Selenium 브라우저 자동화 프로젝트 :: Selenium 문서
Selenium 브라우저 자동화 프로젝트 Selenium은 웹 브라우저의 자동화를 가능하게 하고 지원하는 다양한 도구와 라이브러리를 포함한 프로젝트입니다. 브라우저와의 사용자 간의 상호 작용을 테스
www.selenium.dev