Skip to main content

assert_schema_equal_py

Function assert_schema_equal_py 

Source
pub fn assert_schema_equal_py(
    left_schema: PySchema,
    right_schema: PySchema,
    check_dtypes: bool,
    check_column_order: bool,
) -> PyResult<()>