예제 #1
0
 def __init__(self, path_ts_in, path_pd_out):
     PandasH5Storer.__init__(self, path_pd_out)
     self._h5file_ts = h5.openFile(path_ts_in, "r")