Hacker News new | ask | show | jobs
by smu3l 463 days ago
Scala (and Java) has a typed Dataset api.[0] pyspark only provides the Dataframe API, which is not typed.

[0] https://spark.apache.org/docs/latest/sql-programming-guide.h...

1 comments

thanks!