-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
enhancementNew feature or requestNew feature or request
Description
This is a function that takes a summary function and outputs a data frame pane. We will pass in a function which takes a selection (and potentially other information) and generates a data frame to display to the user.
We will build a small set of pre-canned summary functions to make it easy for users to get started with this pane. These functions will be packaged into their own module to keep things tidy.
- value_counts_summarizer
- Takes a selection and a series
- pass a column from which to select and compute a value count
- sparse matrix largest columns passed to a value_counts summarizer.
- Takes a selection, sparse matrix, column_index_dictionary
- Column sum the selected rows from a passed in sparse matrix.
- Then find the k columns with the largest sums.
- Compute a value_counts display how many of these columns are present within our selection
Reactions are currently unavailable
Metadata
Metadata
Labels
enhancementNew feature or requestNew feature or request