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
Currently, merge_new_data(new_dataset) ignores keys that are in new_dataset but not in the existing self.dataset. We can make this optional and add those keys to self.dataset as new entries if a new argument 'ignore_invalid_keys=False'? + need to add more test cases for this
The text was updated successfully, but these errors were encountered:
Currently, merge_new_data(new_dataset) ignores keys that are in new_dataset but not in the existing self.dataset. We can make this optional and add those keys to self.dataset as new entries if a new argument 'ignore_invalid_keys=False'? + need to add more test cases for this
The text was updated successfully, but these errors were encountered: