I\'m reading a 6 million entry .csv file with Python, and I want to be able to search through this file for a particular entry.
Are there any tricks to search the en
my idea is to use python zodb module to store dictionaty type data and then create new csv file using that data structure. do all your operation at that time.