def __init__(self, hdfstore, tablename): if isinstance(hdfstore, pd.HDFStore): self.store = hdfstore else: self.store = pd.HDFStore(hdfstore, "r") self.tablename = tablename