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:
[X] I have described the situation in which the bug arose, including what code was executed, information about my environment, and any applicable data others will need to reproduce the problem.
[X] I have included available evidence of the unexpected behavior (including error messages, screenshots, and/or plots) as well as a descriprion of what I expected instead.
[X] If I have a solution in mind, I have provided an explanation and/or pseudocode and/or task list.
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: