Basics
API DOCS
Save a Pandas DataFrame to a CSV file, appending the DataFrame to the file if it exists.
file_name (str) – The path to the CSV file.
df (DataFrame) – The Pandas DataFrame to save.
sep (str) – The delimiter used in the CSV file.
None