You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MetaCSV objects support a copy method, which applies copy to all the contained information, including the variables, going so far as to create a new Variables object in the new MetaCSV object. But changing the newly copied object changes the original. This is because the final copy is not a deep-copy, and all content, like units and descriptions, are a second level deep.
MetaCSV objects support a
copy
method, which appliescopy
to all the contained information, including the variables, going so far as to create a new Variables object in the new MetaCSV object. But changing the newly copied object changes the original. This is because the final copy is not a deep-copy, and all content, like units and descriptions, are a second level deep.I currently work around this by saying:
before updating information in the variables.
The text was updated successfully, but these errors were encountered: