value error in python statsmodels.tsa.seasonal
After some searching i found [here][1] that, i have to add values
to ts_log.price
decomposition = seasonal_decompose(ts_log.price.values, freq=30)
Edit as to comments. Adding just freq=30
is enough!