Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Which of the following statements accurately describes how to write a Python function that reads data from a Delta table and returns a DataFrame?
A
Writing an SQL UDF is the correct approach to return a DataFrame.
B
A Python function cannot return a DataFrame under any circumstances.
C
A Python function can indeed return a DataFrame, facilitating data manipulation and analysis.
D
Attempting to return a DataFrame from a Python function will inevitably lead to an out-of-memory error due to the data volume.
E
An SQL UDF that returns tabular data is the only viable solution for this task.