astronomy-commons / lsdb

Large Survey DataBase
https://lsdb.io
BSD 3-Clause "New" or "Revised" License
19 stars 5 forks source link

Copy of catalog structure is shallow #454

Closed camposandro closed 3 weeks ago

camposandro commented 3 weeks ago

Bug report

When performing operations on catalogs (e.g. query, dropna and nest_lists) we want to invalidate its number of rows from the respective CatalogInfo object. The current implementation performs a shallow copy of this structure.

Before submitting Please check the following: