Python Forum

Full Version: Import multiple CSV files into pandas
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?