Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vector index assigment raises SettingWithCopyWarning warning #639

Open
rhugonnet opened this issue Dec 6, 2024 · 0 comments
Open

Vector index assigment raises SettingWithCopyWarning warning #639

rhugonnet opened this issue Dec 6, 2024 · 0 comments
Labels
bug Something isn't working dependencies Pull requests that update a dependency file

Comments

@rhugonnet
Copy link
Member

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
@rhugonnet rhugonnet added bug Something isn't working dependencies Pull requests that update a dependency file labels Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

1 participant