pandas.errors.PossibleDataLossError#

exception pandas.errors.PossibleDataLossError[源代码]#

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

Examples

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