analyzer.modules.common.categories¶
Classes¶
Create a simple numerical category from an input column. |
Functions¶
|
Module Contents¶
- class analyzer.modules.common.categories.SimpleCategory[source]¶
Bases:
analyzer.core.analysis_modules.AnalyzerModuleCreate a simple numerical category from an input column.
This analyzer maps a numeric column to a category and registers it in the pipeline with associated axis information for plotting or binning. This axis will be added to all subsequent histograms.
Parameters¶
- input_colColumn
Input column whose values define the category.
- cat_namestr
Name of the category to create.
- binsint
Number of bins for the category axis.
- startfloat
Minimum value of the category axis.
- stopfloat
Maximum value of the category axis.
- input_col: analyzer.core.columns.Column[source]¶