quantstats
quantstats copied to clipboard
what's the input data format for reports API?
This library is helpful but I can't find any docs about the input param type/format for qs.reports functions, what is returns
? a numpy arrary or pandas dataframe? 1-D or 2D ? What columns should it have?
Could you give more examples? Thanks.
+1 I am eager to know this as well.
We have built some custom strategies that generate some data, how can we format our data so that it can be processed by the qs.reports
functions?
Thanks.