script::python::rspython::builtins::greptime_builtin

Function dataframe

source
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__