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 -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

java - How to provide dependency injections in Eclipse RCP 3.x? -