HDFStore.select(key, where=None, start=None, stop=None, columns=None, iterator=False, chunksize=None, auto_close=False, **kwargs) [source]
Retrieve pandas object stored in file, optionally based on where criteria
| Parameters: |
columns : a list of columns that if not None, will limit the return columns
auto_close : boolean, should automatically close the store when finished, default is False |
|---|---|
| Returns: |
|
© 2008–2012, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team
Licensed under the 3-clause BSD License.
http://pandas.pydata.org/pandas-docs/version/0.23.4/generated/pandas.HDFStore.select.html