Skip to main content
Cluster requirements:
  • UC dedicated clusters 14.3+ supported
  • UC standard clusters 14.3+ supported
  • Livy clusters 3.0.1+ supported
Use the DataCleansing gem to standardize data formats and address missing or null values in the data.

Parameters

Example

Assume you have a table that includes customer feedback on individual orders. In this scenario, some customers may not provide feedback, resulting in null values in the data. You can use the DataCleansing gem to replace null values with the string NA. Replace null with string

Example code

To see the compiled code of your project, switch to the Code view in the project header.