alvarobartt / trendet

:chart_with_upwards_trend: Python package for trend detection on stock time series data :chart_with_downwards_trend:
https://trendet.readthedocs.io/
MIT License
457 stars 79 forks source link

extend trendet usage for a custom pandas.DataFrame #2

Closed alvarobartt closed 5 years ago

alvarobartt commented 5 years ago

As trendet is currently just intended to be used combined with investpy, in order to extend its usage, coverage to identify trends from any time-series pandas.DataFrame is proposed.

So on, an additional function is proposed where the pandas.DataFrame column should be specified as the data is not structured as the one used by investpy. This will lead to extend trendet usage so that it can be used for every time-series dataset.