Skip to contents

Adds a row to a table.

Usage

.store_rows(schema, new_row)

Arguments

schema

A synapse table Schema object.

new_row

A data frame of one or more rows that match the provided schema.