Skip to content

[FEATURE REQUEST] SummaryDataPane #19

@jc-healy

Description

@jc-healy

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.

  1. value_counts_summarizer
  • Takes a selection and a series
  • pass a column from which to select and compute a value count
  1. 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

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions