featurebyte.View.preview¶
preview( 
limit: int=10, 
**kwargs: Any
) -> DataFrameDescription¶
Returns a DataFrame that contains a selection of rows of the view. The materialization process occurs after any cleaning operations that were defined either at the table level or during the view's creation.
Parameters¶
- limit: int
 default: 10
 Maximum number of return rows.
- **kwargs: Any
 Additional keyword parameters.
Returns¶
- DataFrame
 Preview rows of the data.