dps
dps copied to clipboard
Need to add ignore null or empty text during korean text process
Agenda
- Some raw datasets can have empty or null text.
- Using
filtermethod in RDD or DF, text like""need to be ignored during this process.
How to solve this problem?
- Add
filtermethod after load the data - Add condition if the text data is null or empty in filter method