package
0.0.0-20211025052708-a1030444159b
Repository: https://github.com/rocketlaunchr/dataframe-go.git
Documentation: pkg.go.dev

# 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.

# Constants

MySQL database.
PostgreSQL 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.