Skip to content

featurebyte.BatchFeatureTable.to_spark_df

to_spark_df( ) -> Any

Description

Get a spark dataframe from the batch feature table.

Returns

  • Any
    Spark DataFrame

Examples

>>> batch_feature_table = catalog.get_batch_feature_table(
...     "batch_feature_table"
... )  # doctest: +SKIP
>>> batch_feature_table.to_spark_df()