client icon indicating copy to clipboard operation
client copied to clipboard

Data Engine: Allow setting metadata on a datapoint via `__setitem__`

Open kbolashev opened this issue 9 months ago • 0 comments

This way you would be able to do

dp = ds.head()[0]
dp["metadata_field"] = "metadata_value"
# Maybe will have to fire this, depending on how much performance tuning we want in this
dp.save_metadata()

kbolashev avatar Oct 01 '23 07:10 kbolashev