Modes of handling corrupt data
Today, we have a substantial amount of data, and it's not necessary that all the records are free from corruption. PySpark provides us with three modes for handling corrupted data.
Let's delve into it!
Permissive mode -
In this approach, PySpark wi...
harshita.hashnode.dev1 min read