Maybe os.listdir() can help You, and then go through files and do whatever You want.
On Wed, Nov 7, 2012 at 11:11 PM, Smaran Harihar <smaran.hari...@gmail.com>wrote: > Hi Guys, > > I am able to read through a CSV File and fetch the data inside the CSV > file but I have a really big list of CSV files and I wish to do the same > particular code in all the CSV files. > > Is there some way that I can loops through all these files, which are in a > single folder, and get my code to read the files? > > -- > Thanks & Regards > Smaran Harihar > > > -- > http://mail.python.org/mailman/listinfo/python-list > >
-- http://mail.python.org/mailman/listinfo/python-list