Movatterモバイル変換


[0]ホーム

URL:


Skip to main content
Ctrl+K

pandas.errors.PossibleDataLossError#

exceptionpandas.errors.PossibleDataLossError[source]#

Exception raised when trying to open a HDFStore file when already opened.

Examples

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

[8]ページ先頭

©2009-2025 Movatter.jp