Question: You are loading a CSV file by using a Spark notebook in Azure Synapse Analytics. You run the following code: rows = spark.read .

You are loading a CSV file by using a Spark notebook in Azure Synapse Analytics.
You run the following code:
rows = spark.read \
.load('/data/somedata.csv', format='csv', header=true)
What type of object is now held in the variable rows?
Select only one answer.
Pandas array
Pandas DataFrame
Spark array
Spark DataFrame

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!