描述 当调用两次以下代码时:
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.
我正在寻找一种方法来重新创建这样的存储(覆盖以前的存储),而无需重新启动内核并重新运行所有单元。