【发布时间】:2021-04-30 05:01:00
【问题描述】:
说明 当调用两次以下代码时:
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.
我正在寻找一种方法来重新创建这样的存储(覆盖以前的存储),而无需重新启动内核并重新运行所有单元。
【问题讨论】:
标签: jupyter-notebook jupyter olap restart atoti