Module datafusion::dataframe[][src]

DataFrame API for building and executing query plans.

Traits

DataFrame

DataFrame represents a logical set of rows with the same named columns. Similar to a Pandas DataFrame or Spark DataFrame