๋ฐ์ํ
# importing pandas package
import pandas as pd
pd.isnull(data["Gender"])
pd.notnull(data["Gender"])
pd.isnull() / pd.notnull()
https://www.geeksforgeeks.org/python-pandas-isnull-and-notnull/
๋ฐ์ํ
'Python > Basic' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
Streamlit. The fastest way to build custom ML tools (0) | 2020.03.25 |
---|---|
[Python] __name__ (0) | 2020.03.05 |
Sqlite (0) | 2020.02.21 |
[pandas] datetime ์ผ๋ก type ๋ณ๊ฒฝํ๊ธฐ (0) | 2020.02.17 |
MySQL ์ฐ๋ํ๊ธฐ(DB ํด๋์ค ์์ฑ) (0) | 2019.08.05 |