pub fn set_dataframe_in_scope(
scope: &Scope,
vm: &VirtualMachine,
name: &str,
rb: &RecordBatch,
) -> Result<()>
Expand description
set DataFrame instance into current scope with given name
pub fn set_dataframe_in_scope(
scope: &Scope,
vm: &VirtualMachine,
name: &str,
rb: &RecordBatch,
) -> Result<()>
set DataFrame instance into current scope with given name