Skip to content

Vector index assigment raises SettingWithCopyWarning warning #639

Open
@rhugonnet

Description

@rhugonnet

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingdependenciesPull requests that update a dependency file

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions