in reply to Is it possible to merge data frames with different amounts of rows?

I agree with Fletch's suggestion that a good structure for merging your data is a "hash of hashes", so let me just point out some gotchas in your input data which you might want to clean up:

  • Comment on Re: Is it possible to merge data frames with different amounts of rows?
  • Download Code