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

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

android - ConstraintLayout: Realign baseline constraint in case if dependent view visibility was set to GONE -