Using the following code, I\'m trying to read, process and concatenate a bunch of CSV files in parallel.
def read_process(file): df = pd.read_csv(file) p