📅  最后修改于: 2022-03-11 14:45:30.153000             🧑  作者: Mango
# Prints out the schema in the tree format
df.printSchema()
# root
# |-- age: integer (nullable = true)
# |-- name: string (nullable = true)