MIN_COLUMNS

Constant MIN_COLUMNS 

Source
const MIN_COLUMNS: usize = 7;
Expand description

Minimum number of columns expected in each data row.

Rows with fewer columns are skipped — they are likely header rows, separator rows, or malformed entries.