to_rust_df

Function to_rust_df 

Source
pub fn to_rust_df(
    py: Python<'_>,
    rb: &[Bound<'_, PyAny>],
    schema: Bound<'_, PyAny>,
) -> PyResult<DataFrame>