2022年7月28日 星期四

titanic_0010:非空值(non-null)

 titanic_0010:非空值(non-null)

2022/07/18

-----

https://pixabay.com/zh/photos/umbrella-only-sad-depression-2603980/

-----


Fig. 1. Non-null.

-----

non-null

「notnull is a pandas function that will examine one or multiple values to validate that they are not null. In Python, null values are reflected as NaN (not a number) or None to signify no data present. . notnull will return False if either NaN or None is detected. If these values are not present, it will return True.」[1]。

「notnull 是一個 pandas 函數,它將檢查一個或多個值以驗證它們不為空。 在 Python 中,空值反映為 NaN(不是數字)或 None 表示沒有資料。 . 如果檢測到 NaN 或 None,notnull 將返回 False。 如果這些值不存在,它將返回 True。」

-----

data cleansing

「Use the pandas .notnull method to power data cleansing and improve data quality.」[1]。

「使用 pandas .notnull 方法強化資料清洗清理並提升資料品質。」

-----

References


[1] The Pandas .notnull Method: The Definitive Guide [+ Examples]

https://blog.hubspot.com/website/pandas-is-not-null


[2] NaN, None and Experimental NA. Illustrated missing values conventions | by Deepak Tunuguntla | Jun, 2021 | Towards Data Science | Towards Data Science

https://towardsdatascience.com/nan-none-and-experimental-na-d1f799308dd5


# non-null

Python None Keyword

https://www.w3schools.com/python/ref_keyword_none.asp


Python None

https://www.pythontutorial.net/advanced-python/python-none/

-----

Pandas(目錄)

https://mandhistory.blogspot.com/2022/05/pandas.html

-----

鐵達尼號 Python 實作(目錄)

https://mandhistory.blogspot.com/2022/06/titanic.html

-----

沒有留言:

張貼留言

注意:只有此網誌的成員可以留言。