Google News
logo
PySpark - Quiz(MCQ)
Serializing another function can be done using the ____ function.
A)
set()
B)
map()
C)
get()
D)
data()

Correct Answer :   map()


Explanation : Serializing another function can be done using the map() function.

Advertisement