featurebyte.HistoricalFeatureTable.preview¶ preview( limit: int=10 ) -> DataFrame Description¶ Returns a DataFrame that contains a selection of rows of the historical feature table. Parameters¶ limit: int default: 10 Maximum number of return rows. Returns¶ DataFrame Preview rows of the table. Examples¶ >>> historical_feature_table = catalog.get_historical_feature_table("historical_feature_table_name") >>> historical_feature_table.preview()