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

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -