Answers for "Prints out the schema in the tree format"

0

Prints out the schema in the tree format

# Prints out the schema in the tree format

df.printSchema()
# root
#  |-- age: integer (nullable = true)
#  |-- name: string (nullable = true)
Posted by: Guest on April-20-2020

Code answers related to "Prints out the schema in the tree format"

Python Answers by Framework

Browse Popular Code Answers by Language