You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2020/09/11 01:11:39 UTC

[GitHub] [spark] HyukjinKwon commented on pull request #29719: [SPARK-32846][SQL][PYTHON] Support createDataFrame from an RDD of pd.DataFrames

HyukjinKwon commented on pull request #29719:
URL: https://github.com/apache/spark/pull/29719#issuecomment-690813567


   I think you're already able to do the same thing with `spark.range(0, 4).mapInPandas(...)`. Just like you're creating an RDD from pandas DataFrame with `sc.range(0, 4).map(...)`


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org