CSV Total Rows Ruby
CSV.foreach(file_path, headers: true).count
Terrible Tapir
CSV.foreach(file_path, headers: true).count