Guest User

Untitled

a guest
Jul 11th, 2014
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.14 KB | None | 0 0
  1. require 'csv'
  2.  
  3. total_revenue_by_month = Hash.new
  4.  
  5. # Read CSV from the file
  6. CSV.foreach('revenue.csv', headers: true) do |row|
  7.    
  8. end
Advertisement
Add Comment
Please, Sign In to add comment