Utilities

iter_together_pma.iter_together(path_left, path_right)[source]

Open two files, iterate over them, and zip the together.

Parameters:
  • path_left (str) – The path to the left CSV file.

  • path_right (str) – The path to the right CSV file.