Hi everyone, I’ve been working with a lot of awful CSV files lately. So, I put together a small open-source utility.
It’s < 200 lines but can scan a CSV and summarize patterns. Show monotonicity / trend shifts. It can count inflection points, compute simple outlier signals, and provide tiny visualizations when/if needed.
It isn’t a replacement for pandas (or anything big), it’s just a lightweight helper for exploring datasets.
Repo:
https://github.com/rjsabouhi/pattern-scope.
PyPI:
https://pypi.org/project/pattern-scope/
pip install pattern-scope
Hopefully it’s helpful.
submitted by /u/RJSabouhi
[link] [comments]