Writing Lance Datasets¶
Basic Writing¶
Alternatively, you can specify the path directly in the save()
method:
Write Modes¶
Create¶
By default, writing to a dataset at a specific path means creating the dataset:
Append¶
Add new data to an existing dataset:
Overwrite¶
Replace the entire dataset with new data: