🚀 The feature
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.
Alternatives
No response
Additional context
No response