Versions in this module Expand all Collapse all v0 v0.0.2 Jun 24, 2025 v0.0.1 Jun 21, 2025 Changes in this version + func ExportToCSV(ctx context.Context, w io.Writer, df *dataframe.DataFrame, ...) error + func ExportToExcel(ctx context.Context, w io.Writer, df *dataframe.DataFrame, ...) error + func ExportToJSON(ctx context.Context, w io.Writer, df *dataframe.DataFrame, ...) error + func ExportToParquet(ctx context.Context, w io.Writer, df *dataframe.DataFrame, ...) error + func ExportToSQL(ctx context.Context, db execContexter, df *dataframe.DataFrame, ...) error + type CSVExportOptions struct + NullString *string + Range dataframe.Range + Separator rune + UseCRLF bool + type Database int + const MySQL + const PostgreSQL + type ExcelExportOptions struct + NullString *string + Range dataframe.Range + WriteSheet *string + type JSONExportOptions struct + NullString *string + Range dataframe.Range + SetEscapeHTML bool + type ParquetExportOptions struct + CompressionType *parquet.CompressionCodec + Offset *int64 + PageSize *int64 + Range dataframe.Range + type PrimaryKey struct + PrimaryKey string + Value func(row int, n int) *string + type SQLExportOptions struct + BatchSize *uint + Database Database + NullString *string + PrimaryKey *PrimaryKey + Range dataframe.Range + SeriesToColumn map[string]*string