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
When you create a dataset using summary = pai.create( there should be options to say update if you want it to update the existing dataset, or "exist_ok" where it doesn't raise the value error if it already exists.
Motivation, pitch
This would make pandas ai scripts more reproducible, otherwise it'll keep throwing errors when you run them repeatedly.