CSV File in Python -
i want read , fetch data 2 csv files in python program parallel. 1 csv file has 1 column , other csv file has 5 columns. getting error while reading 1 column csv file "stopiterator" error.
i not sure whether both csv file has same number of row or not.
so can't use single loop , want match data row row , note down output.
so please guide me in this.
i using python2 version not 3.
Comments
Post a Comment