Answer Posted / Iqra
DataFrames in Apache Spark are distributed collections of data organized into named columns. They provide a programming interface that allows developers to perform various data processing tasks, such as SQL operations and machine learning, on large datasets. DataFrames can be constructed from structured data files like CSV, JSON, Parquet, or from Hive tables.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers