package
0.0.0-20211025052708-a1030444159b
Repository: https://github.com/rocketlaunchr/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.