Skip header line awk

Process all lines except the first (header)

awk 'NR>1 {print $1, $2}' data.csv