Welcome to iter-together-pma’s documentation!

A package helping you iterate through parallel files.

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.

Indices and tables