pub fn parse_ndjson( bytes: &[u8], n_rows_hint: Option<usize>, schema: &Schema<DataType>, ignore_errors: bool, ) -> Result<DataFrame, PolarsError>
polars-io