polars_io::csv::read::_csv_read_internal

Function find_starting_point

Source
pub fn find_starting_point(
    bytes: &[u8],
    quote_char: Option<u8>,
    eol_char: u8,
    schema_len: usize,
    skip_rows_before_header: usize,
    skip_rows_after_header: usize,
    comment_prefix: Option<&CommentPrefix>,
    has_header: bool,
) -> PolarsResult<usize>
Available on crate features csv or json only.