Skip to content

featurebyte.ObservationTable.to_pandas

to_pandas( ) -> DataFrame

Description

Converts the observation table to a pandas dataframe.

Returns

  • DataFrame

Examples

>>> observation_table = catalog.get_observation_table(
...     "observation_table_name"
... )  # doctest: +SKIP
>>> observation_table.to_pandas()