pandas

  • 2024
  • 29. Mar 2024 python: read files in parallel and merge them
  • Given an iterable of csv files, pandas read and concatenate them import pandas as pd from multiprocessing import Pool files = folderPath.glob('*.csv') with Pool() as pool: df = pd.concat(pool.