I have two large dataset CSV file,
- 1st file -> shop.csv has fields item_number, vendor
- 2nd file -> item.csv has fileds item_number, price
Each file is size 8GB.
Now i need to find the relationship between the vendor and the price for the given item_number. Is there any tool that helps deal with such dataset files?