1 Answer
- Newest
- Most votes
- Most comments
0
I added this workaround on my pySpark script and that solve the issue :
data_frame = data_frame.na.fill('', subset=['MY_EMPTY_STRING_COL'])
answered 4 years ago
Relevant content
- asked 4 years ago
- asked 2 months ago
- asked 4 years ago
- AWS OFFICIALUpdated 2 years ago
