HDFStore initialization error: name is not defined

HDFStore initialization error: name is not defined

当我初始化 HDFStore 时

import numpy as np
import pandas as pd    
hdf = pd.HDFStore('polar.h5')

我在 flavor.py 中看到一个错误:

NameError, name '_conv_python_to_python' is not defined

我正在使用 anaconda 并且 pandas 确实适用于数据框的东西

这实际上不是真正的问题。我检查了 Breakpoint: "All Exceptions" 并在此处暂停,只需取消选中它即可解决问题。您可以从此错误继续。

我通过添加解决了这个问题:

import h5py
from pandas import HDFStore,DataFrame