A comprehensive guide to inserting, referencing, and importing data in Pixeltable
.csv
).xls
, .xlsx
).parquet
, .pq
, .parq
).json
)source
parameter in the create_table
function. Pixeltable will automatically infer the schema from the source data.
insert
method:
Basic Types (Int, Float, Bool, String, Timestamp)
Array Type
JSON Type
Image Type
Video Type
Audio Type
Document Type
CSV Import
Excel Import
Parquet Import
JSON Import
Hugging Face Dataset Import
source
parameterinsert
method