Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
What is the significance of the 'batch' postfix in functions such as DataFrame.pandas_on_spark.transform_batch() within pandas-on-Spark?
DataFrame.pandas_on_spark.transform_batch()
A
It refers to the entire DataFrame.
B
It denotes a single operation on a column.
C
It specifies a chunk of pandas-on-Spark DataFrame or Series.
D
It indicates a specific row of the DataFrame.