plankconst

Results 3 issues of plankconst

I am using Python 3.7 and Pandas 0.24 I get this error from holding_periods function. ``` def holding_periods(eqd): # rather crude, but will do return pd.Series(eqd.index.to_datetime(), index=eqd.index, dtype=object).diff().dropna() ``` Should...

I setup my Cabot docker container on Ubuntu 18.04 and a public IP address and port mapping to port: 8080. It all works fine with the following setup: docker-compose-caddy.yml: ```...

Great tool. I see it is able to convert a lot of C++ code. The best one I've seen in a long time. One type of function I see that...