This example: ``` python data = [Row(y=[float(y), float(-y)]) for y in range(10)] df = sqlContext.createDataFrame(data) df2 = tfs.analyze(df) ``` shows that the array is still nullable