DashAI.back.exploration.RowExplorer
- class RowExplorer(**kwargs)[source]
RowExplorer is an explorer that takes a number of rows from the dataset to display them on tabular format. It can take the rows from the top or the bottom of the dataset and shuffle them if needed.
Methods
__init__
(**kwargs)get_metadata
()Get metadata values for the current explorer.
get_results
(exploration_path, options)get_schema
()Generates the component related Json Schema.
launch_exploration
(dataset, __explorer_info__)prepare_dataset
(loaded_dataset, columns)Prepare the dataset for the exploration.
save_exploration
(__exploration_info__, ...)validate_and_transform
(raw_data)It takes the data given by the user to initialize the model and returns it with all the objects that the model needs to work.
validate_columns
(explorer_info, column_spec)Validates the columns of the explorer and dataset against the explorer metadata.
validate_parameters
(params)Validates the parameters of the explorer.
Attributes
DESCRIPTION
DISPLAY_NAME
TYPE
metadata