【Pyspark】Map、FlatMap、filter、union等常用 ... flatMap x = sc.parallelize([1,2,3]) y = x.flatMap(lambda x: (x, 100*x, x**2)) print(x.collect())
確定! 回上一頁