在atoti中重新创建一个同名的store,无需重启内核

问题描述

说明 两次调用以下代码时:

store = session.read_pandas(dataframe,'my_store',keys=['id'])

我们得到以下异常:

AtotiJavaException: A store with the name my_store already exists! 
If you want to recreate this store with a different CSV,you will have to re-create the session.

我正在寻找一种无需重新启动内核和重新运行所有单元即可重新创建此类存储(覆盖前一个存储)的方法。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)