pub fn assert_series_equal_py( left: &PySeries, right: &PySeries, check_dtypes: bool, check_names: bool, check_order: bool, check_exact: bool, rtol: f64, atol: f64, categorical_as_str: bool, ) -> PyResult<()>