dps icon indicating copy to clipboard operation
dps copied to clipboard

Need to add ignore null or empty text during korean text process

Open Taekyoon opened this issue 1 year ago • 0 comments

Agenda

  • Some raw datasets can have empty or null text.
  • Using filter method in RDD or DF, text like "" need to be ignored during this process.

How to solve this problem?

  • Add filter method after load the data
  • Add condition if the text data is null or empty in filter method

Taekyoon avatar Apr 01 '23 04:04 Taekyoon