A tiny (<200 lines) CSV pattern-analysis tool.
It computes:
- Monotonicity score
- Outlier count
- Inflection-point estimates
- Optional matplotlib plots
pip install pattern-scope
from patternscope.core import analyze summary = analyze("data.csv", plot=True) print(summary)