Indexing CSV file contents in Python
        Posted  
        
            by Hossein
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Hossein
        
        
        
        Published on 2010-04-16T23:30:48Z
        Indexed on 
            2010/04/16
            23:33 UTC
        
        
        Read the original article
        Hit count: 702
        
Hi, I have a very large CSV file contaning only two fields (id,url). I want to do some indexing on the url field with python, I know that there are some tools like Whoosh or Pylucene. but I can't get the examples to work. can someone help me with this?
© Stack Overflow or respective owner