0 votes
in Spark Sql by

What is a DataFrame in Spark SQL?

1 Answer

0 votes
by

A DataFrame in Spark SQL is a distributed collection of data organized into named columns, similar to a table in a relational database. A DataFrame can be constructed from a variety of data sources, including structured data files, Hive tables, and external databases.

...