Spark Day 1

Spark Beginners Day 1
1 / 8
volgende
Slide 1: Tekstslide
TechniekBeroepsopleiding

In deze les zitten 8 slides, met interactieve quizzen en tekstslides.

time-iconLesduur is: 15 min

Onderdelen in deze les

Spark Beginners Day 1

Slide 1 - Tekstslide

How excited are you about the course?
Very excited
Super excited

Slide 2 - Poll

To manipulate my data I prefer using:
PySpark
SQL
Pandas

Slide 3 - Poll

Which cell type is not supported in DataBricks
A
SQL
B
Markdown
C
Python
D
Excel

Slide 4 - Quizvraag

What is the correct way to import the square root function?
A
B
C

Slide 5 - Quizvraag

What is the right way to create a function (in Python)
A
func my_function
B
CREATE my_function
C
def my_function
D
function my_function

Slide 6 - Quizvraag

df =
.load("/mnt/quiz")
.read
spark
.format("delta")

Slide 7 - Sleepvraag