What is the difference between dataset and dataframe in spark?
Answer Posted / Rishabh
Dataset provides strong typed API and is safer to use as it prevents type-safety issues. DataFrame, on the other hand, provides a schema for heterogeneous datasets and has weakly typed APIs.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers