pyspark.sql.DataFrame.foreach¶ ... Applies the f function to all Row of this DataFrame . This is a shorthand for df.rdd.foreach() . New in version 1.3.0.
確定! 回上一頁