Skip to content

featurebyte.HistoricalFeatureTable.to_pandas

to_pandas( ) -> DataFrame

Description

Converts the historical feature table to a pandas dataframe.

Returns

  • DataFrame

Examples

>>> historical_feature_table = catalog.get_historical_feature_table(
...     "historical_feature_table_name"
... )  # doctest: +SKIP
>>> historical_feature_table.to_pandas()