Data cleaning: Difference between revisions

From LemonWiki共筆
Jump to navigation Jump to search
m (Planetoid移動Is null頁面至Data cleansing)
m (Planetoid移動Data cleansing頁面至Data cleaning)
(No difference)

Revision as of 18:24, 8 January 2014

Finds whether a variable is NULL

  • PHP is_null
  • Google spreadsheet:
    • ISERR(value) " value - The value to be verified as an error type other than #N/A." ex: #NULL!
    • If the value is exactly NULL not #NULL!, You may use EXACT(value, "NULL")