azure
Support formation Microsoft Azure
azure
Support formation Microsoft Azure
Composants

icon picker
PySpark

Gonzague Ducos

PyShark

Un notebook en ligne :

Syntaxe

Cette ligne :
new_df = spark.read.format("delta").load(delta_table_path)
peut aussi s’écrire :
new_df = spark.read.load(delta_table_path, format='parquet')

Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.