Imprime le schéma au format d'arbre
# Prints out the schema in the tree format
df.printSchema()
# root
# |-- age: integer (nullable = true)
# |-- name: string (nullable = true)
Ethercourt.ml