There was an error while loading. Please reload this page.
Vector
SettingWithCopyWarning
When simply assigning an array to the vector
vect = Vector(gdf) vect["example"] = arr_example
And same with:
vect = Vector(gdf) vect.ds["example"] = arr_example