Metadata-Version: 2.1
Name: pyhampel
Version: 0.3.3
Summary: A flexible package to apply Hampel filter to time series data.  Identify outliers and filter time series.
Home-page: https://github.com/dwervin/pyhampel
Author: Py Hampel
Author-email: pyhampel@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/dwervin/pyhampel/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# pyhampel

This package implements Hampel filter for time series data.  

Input a dataframe with time series data and pyhampel will generate a new dataframe that adds columns for filtered data, outlier values, and a boolean flag indicating if a data point is an outlier.


