Installation
Basic install
pip install timeseries-eda
With stationarity tests (ADF, KPSS, Phillips-Perron)
pip install "timeseries-eda[stats]"
Development install (from source)
git clone https://github.com/amir-jafari/Time-Series-EDA.git
cd Time-Series-EDA
pip install -e ".[stats,dev]"
Python and dependency requirements are listed in Changelog.