transform# cudf._lib.pylibcudf.transform.nans_to_nulls(Column input) → tuple# Create a null mask preserving existing nulls and converting nans to null. Parameters: inputColumnColumn to produce new mask from. Returns: Two-tuple of a gpumemoryview wrapping the null mask and the new null count.