Home »
MCQs »
PySpark MCQs
____ in PySpark UDF are similar to their functions in Pandas
43. ____ in PySpark UDF are similar to their functions in Pandas.
- map()
- apply()
- Both A and B
- None of the above
Answer: C) Both A and B
Explanation:
map() and apply() in PySpark UDF are similar to their functions in Pandas.