itertools#
Iterator utilities for data processing and stream merging.
Provides specialized iterator functions for merging sorted streams, grouping operations, and validation checks commonly needed in time series data processing and forecasting workflows.
Functions#
|
Group items by a key function. |
|
Check that all items have the same value. |
|
Yield items from two sorted iterators in order defined by compare(a, b). |