コード例 #1
0
 def to_hdf(self, path_or_buf, key, **kwargs):
     """ activate the HDFStore """
     from pandas.io import pytables
     return pytables.to_hdf(path_or_buf, key, self, **kwargs)
コード例 #2
0
ファイル: generic.py プロジェクト: achernet/pandas
 def to_hdf(self, path_or_buf, key, **kwargs):
     """ activate the HDFStore """
     from pandas.io import pytables
     return pytables.to_hdf(path_or_buf, key, self, **kwargs)