dataframe.DataFrame.toCsv

DataFrame.toCsv(csv_file_abs_path)[source]

Convert the data from ClickHouse table to a CSV file.

>>> df.toCsv("/path/to/output.csv")