Basics
API DOCS
Appends multiple CSV files into a single CSV file.
file_names (list) – A list of CSV file names.
save_path (str) – The path to the output CSV file. If not specified, the output will be saved to the current working directory.
sep (str) – The delimiter used in the CSV files.
dtypes (dict) – A dictionary specifying data types for columns.
None