mix-n-match

Package for dataframe processing


License
MIT
Install
pip install mix-n-match==0.4.0

Documentation

mix-n-match

A Polars-based package for efficient, easy and intuitive data processing.

Available Methods

Method Features
ResampleData Extends Polars ressampling to allow dealing with partial resampling windows
FilterDataBasedOnTime Intuitive temporal dataframe filtration [blog]

Available Utils

Method Features
find_contiguous_segments Method to find start/end ids of contiguous segments within an ID, with support for selecting items based on a condition, or returning contiguous items for a specifc length [blog]