Skip to content

featurebyte.BatchFeatureTable.to_pandas

to_pandas( ) -> DataFrame

Description

Converts the batch feature table to a pandas dataframe.

Returns

  • DataFrame

Examples

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