DataFrame

Classes

DataFrame(data_object, _mapping)

Represents a relational dataset that is lazily evaluated.

Methods

DataFrame.collect()

This method executes the user-created data pipeline and fetches actual data corresponding to the DataFrame object.

DataFrame.udf(path[, field_mapping])

Chains the UDF to the data pipeline.