Untitled
user_3592770
plain_text
3 years ago
364 B
10
Indexable
schema = StructType([ \
StructField("firstname", StringType(), True), \
StructField("middlename", StringType(), True), \
StructField("lastname", StringType(), True), \
StructField("id", StringType(), True), \
StructField("gender", StringType(), True), \
StructField("salary", IntegerType(), True)
])Editor is loading...