argopy.stores.argo_index_pd.indexstore_pandas.to_dataframe#

indexstore_pandas.to_dataframe(nrows=None, index=False)#

Return index or search results as pandas.DataFrame

If search not triggered, fall back on full index by default. Using index=True force to return the full index.

Parameters
  • nrows ({int, None}, default: None) – Will return only the first nrows of search results. None returns all.

  • index (bool, default: False) – Force to return the index, even if a search was performed with this store instance.

Return type

pandas.DataFrame