Reference
Classes
Main classes provided by the package
- DataProcessor
-
A processor for tabular data.
DataProcessor Methods
Methods for the DataProcessor class
- DataProcessor.load()
-
Load data from the source.
- DataProcessor.filter()
-
Filter data using a predicate function.
- DataProcessor.sort()
-
Sort data by a key.
- DataProcessor.aggregate()
-
Aggregate values in a column.
- DataProcessor.export()
-
Export data to a file.
- DataProcessor.describe()
-
Generate summary statistics.
- DataProcessor.head()
-
Return the first n records.
Functions
Utility functions
- load_data()
-
Load data from a file into a DataProcessor.