Insert one or more records.
Parameters
keyword only The name of the Kinetica table to insert data into
keyword only Values for all columns of a single record or multiple records. For a single record, use either of the following syntaxes:
For multiple records, use either of the following syntaxes:
Also, the user can use keyword arguments to pass in values:
Additionally, the user may provide options for the insertion operation. For example:
keyword only Values for all columns for a single record. Mutually exclusive with args (i.e. cannot provide both) when it only contains data.
May contain an ‘options’ keyword arg which will be passed to the database for the insertion operation.
Returns
A GPUdbTable object with the insert_records() –
response fields converted to attributes and stored within.