Skip to content

Instantly share code, notes, and snippets.

@Najaf
Created February 14, 2014 17:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Najaf/9005145 to your computer and use it in GitHub Desktop.
Save Najaf/9005145 to your computer and use it in GitHub Desktop.
require 'csv'
CSV.foreach("./ratings.csv") do |row|
puts [row[1], row[3]].inspect
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment