/mix-n-match

repository for processing dataframes

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0

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]