package
0.0.0-20220627041442-9243605075ac
Repository: https://github.com/matthew188/dataframe-go.git
Documentation: pkg.go.dev

# Functions

LoadFromCSV will load data from a csv file.
LoadFromJSON will load data from a jsonl file or a JSON array.
LoadFromParquet will load data from a parquet file.
LoadFromSQL will load data from a sql database.

# Constants

MySQL database.
PostgreSQL database.

# Structs

Converter is used to convert input data into a generic data type.
CSVLoadOptions is likely to change.
JSONLoadOptions is likely to change.
ParquetLoadOptions is likely to change.
SQLLoadOptions is likely to change.

# Type aliases

Database is used to set the Database.
GenericDataConverter is used to convert input data into a generic data type.