简体   繁体   中英

How to create dataset in pyspark

I would like to use dataset in pyspark. I read pyspark doesnt support dataset and only Java / Scala support dataset.

Is there any way I can use Dataset in pyspark?

If you thinking about Typed Spark Datasets, then no, you can't use them in python.

Check this answer .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM