Python Forum
Reading CSV From another directory - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Reading CSV From another directory (/thread-34965.html)



Reading CSV From another directory - jamesaarr - Sep-20-2021

Hello,

I want to read a CSV using the CSV module from a file in another directory. Would you have any idea how I do that?

Thanks,
Jamie


RE: Reading CSV From another directory - deanhystad - Sep-20-2021

If you don't specify a path it looks for the file in the current working directory, same as for any kind of file.