July 2018
Intermediate to advanced
334 pages
8h 20m
English
Here is a schema definition for the weapon sales lead dataset:
val salesLeadSchema: StructType = StructType(Array( StructField("sCustomerId", IntegerType,false), StructField("sCustomerName", StringType,false), StructField("sItemId", IntegerType,true), StructField("sItemName", StringType,true)))
Next, let's build a weapon sales order dataframe.
Read now
Unlock full access