I\'m trying to read in multiple CSV files into a single dataframe. While this works using list comprehension and Panda\'s concat function, e.g.
import pandas as p