transform#

pylibcudf.transform.nans_to_nulls(Column input) tuple#

Create a null mask preserving existing nulls and converting nans to null.

Parameters:
inputColumn

Column to produce new mask from.

Returns:
Two-tuple of a gpumemoryview wrapping the null mask and the new null count.