fmilthaler / FinQuant

A program for financial portfolio management, analysis and optimisation.
MIT License
1.38k stars 190 forks source link

Fixes #72. Creating a numpy ndarray from ragged nested sequences is d… #79

Closed PietropaoloFrisoni closed 1 year ago

PietropaoloFrisoni commented 1 year ago

…eprecated.

It is now necessary to specify the additional parameter 'dtype=object'.