Getting Started
combine_csv_files()
Combine multiple CSV files into a single CSV file.
input_files (Union[list[str], str]) – List of input CSV file paths or a single input CSV file path.
output_file (str) – Output CSV file path where the combined data will be saved.
separator (str) – Separator used in the CSV files (default is ‘tab’).