Utilities

iter_together.iter_together(path_left, path_right)[source]

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

Parameters
  • path_left (str) – A path to a CSV file

  • path_right (str) – A path to a CSV file