# Functions
ExportToCSV exports a Dataframe to a CSV file.
ExportToExcel exports a Dataframe to an excel file.
ExportToJSON exports a Dataframe in the jsonl format.
ExportToParquet exports a Dataframe as a Parquet file.
ExportToSQL exports a Dataframe to a SQL Database.
# Structs
CSVExportOptions contains options for ExportToCSV function.
ExcelExportOptions contains options for ExportToExcel function.
JSONExportOptions contains options for ExportToJSON function.
ParquetExportOptions contains options for ExportToParquet function.
PrimaryKey is used to generate custom values for the primary key.
SQLExportOptions contains options for ExportToSQL function.
# Type aliases
Database is used to set the Database.