Read number of CSV files

Adnan Sadzak sadzak at gmail.com
Wed Nov 7 17:30:20 EST 2012


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.harihar at 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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20121107/ab28af8c/attachment.html>


More information about the Python-list mailing list