Python Forum
Import multiple CSV files into pandas - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Data Science (https://python-forum.io/forum-44.html)
+--- Thread: Import multiple CSV files into pandas (/thread-33722.html)



Import multiple CSV files into pandas - Krayna - May-20-2021

Hello,
I have an iPython notebook which I am using. I am attempting to import several CSV files in one go - each into an individual dataframe. However I don't know how to label each dataframe individually so I can refer to it later?
Also having trouble accessing it through my current folder structure.
Root directory > Project_notebook and data directory > lower directory > csv file
Any suggestions for the code required here?