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
Instead:
//rewrites existing, adds new (name, value), deletes which are not in allNew
Data.update(allNew)
the "Data.update" method is non-existent. Discuss it with clean_data team if it has reason to exist.
Now:
Data.clear()
Data.add(allNew)
Instead:
//rewrites existing, adds new (name, value), deletes which are not in allNew
Data.update(allNew)
the "Data.update" method is non-existent. Discuss it with clean_data team if it has reason to exist.