fn dataframe(vm: &VirtualMachine) -> PyResult<PyDataFrame>
Expand description
get __dataframe__
from globals and return it
TODO(discord9): this is a terrible hack, we should find a better way to get __dataframe__
fn dataframe(vm: &VirtualMachine) -> PyResult<PyDataFrame>
get __dataframe__
from globals and return it
TODO(discord9): this is a terrible hack, we should find a better way to get __dataframe__