ExamQuestions.com

Register
Login
Data Engineering on Microsoft Azure (DP-203) Exam Questions

Microsoft

Data Engineering on Microsoft Azure (DP-203)

128 / 240

Question 128:

While working with DataFrames, you need to create a DataFrame object. Which of the following functions can you use to create the objects. (Select all that are applicable)

Answer options:

A.Introduce a variable name and assign it to something likemyDataFrameDF=
B.Execute createOrReplaceObject()
C.Use DF.create() syntax
D.Use function createDataFrame()
E.All the above