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.
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.