Reference
Classes
Core classes
- SmallWidget
-
A widget with few methods (should stay inline with default threshold).
- BigProcessor
-
A processor with many methods (should split with default threshold).
BigProcessor Methods
Methods for the BigProcessor class
- BigProcessor.load()
-
Load data from a file.
- BigProcessor.transform()
-
Apply a transformation.
- BigProcessor.filter()
-
Filter data by predicate.
- BigProcessor.sort()
-
Sort data by key.
- BigProcessor.aggregate()
-
Aggregate data.
- BigProcessor.validate()
-
Validate current state.
- BigProcessor.export()
-
Export data to file.
- BigProcessor.summary()
-
Get a data summary.
Functions
Public functions
- helper_func()
-
Add two numbers.