Skip to content

featurebyte.BatchRequestTable.to_pandas

to_pandas( ) -> DataFrame

Description

Converts the batch request table to a pandas dataframe.

Returns

  • DataFrame

Examples

>>> batch_request_table = catalog.get_batch_request_table(
...     "my_batch_request_table"
... )  # doctest: +SKIP
>>> batch_request_table.to_pandas()