Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
data object - can it be augmented?

There is guidance on the new data object here:

https://testdrive.quantopian.com/quantopian2/migration

But it doesn't say anything about restrictions on augmenting the data object. For example, say I wanted to add my own function:

data.my_func()  

Are there guidelines on how to do it? I'm not so up on the object oriented way of doing things, but it would seem natural to write data.my_func() and such, no? I guess my thinking is I could look up the data and operate on it all in one fell swoop, so to speak.