pandas.errors.PossibleDataLossError #

异常 pandas.errors。可能的数据丢失错误[来源] #

尝试打开已打开的 HDFStore 文件时引发异常。

例子

>>> store = pd.HDFStore('my-store', 'a') 
>>> store.open("w") 
... # PossibleDataLossError: Re-opening the file [my-store] with mode [a]...