pandas.HDFStore.select
-
HDFStore.select(key, where=None, start=None, stop=None, columns=None, iterator=False, chunksize=None, auto_close=False, **kwargs)[source] -
Получить объект pandas, сохранённый в файле, необязательно по критериям
Параметры: -
key : object -
where : list of Term (or convertible) objects, optional -
start : integer (defaults to None), row number to start selection -
stop : integer (defaults to None), row number to stop selection -
columns : a list of columns that if not None, will limit the return -
колонки
-
iterator : boolean, return an iterator, default False -
chunksize : nrows to include in iteration, return an iterator -
auto_close : boolean, should automatically close the store when -
завершён, по умолчанию False
Возвращает: - Выбранный объект
-
© 2008–2012, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team
Licensed under the 3-clause BSD License.
https://pandas.pydata.org/pandas-docs/version/0.24.2/reference/api/pandas.HDFStore.select.html