Home »
MCQs »
PySpark MCQs
Serializing another function can be done using the ____ function
60. Serializing another function can be done using the ____ function.
- map()
- data()
- get()
- set()
Answer: A) map()
Explanation:
Serializing another function can be done using the map() function.