Display data in an interactive table format
table
function provides an easy way to display datasets in an interactive table format, making it simple to explore and understand your data.
data
(Pandas DataFrame): The dataset you want to display. Must be a Pandas DataFrame or a list of dictionaries.title
(str, optional): An optional title to display above the table.limit
(int, optional): Maximum number of rows to display. If not specified, shows all rows.Dict
containing the table component metadata and processed data.table
function: