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
443 stars 77 forks source link

Can not run example test #15

Closed thebadguyfromstarwars closed 3 years ago

thebadguyfromstarwars commented 3 years ago

I love the description of the module - but I am having problems implementing this example.

https://trendet.readthedocs.io/usage.html#identify-trends-of-custom-dataframe

333333

thebadguyfromstarwars commented 3 years ago

This is screenshots from rest of the code, but I haven't done anything with it. I was having problems using my own data so I wanted to try yours.

part1

part2

thebadguyfromstarwars commented 3 years ago

If I would like to use my own data, let's say from a csv, do I have to use the 'trendet.identify_df_trends' or can I construct the dataframe mysef?