Closed MiniXC closed 4 years ago
It would be nice to write b.portfolio.value instead of b.portfolio.attr('value'). This should be possible to implement using https://docs.python.org/3/reference/datamodel.html#object.__getattribute__
b.portfolio.value
b.portfolio.attr('value')
improved the dataframe representation of a portfolio and added deprecation warning to attr in 7b70d802f419956898d89e4c25651961db2434df
attr
It would be nice to write
b.portfolio.value
instead ofb.portfolio.attr('value')
. This should be possible to implement using https://docs.python.org/3/reference/datamodel.html#object.__getattribute__