argopy.stores.argo_index_pa.indexstore_pyarrow.load#

indexstore_pyarrow.load(nrows=None, force=False)[source]#

Load an Argo-index file content

Fill in self.index internal property If store is cached, caching is triggered here

Try to load the gzipped file first, and if not found, fall back on the raw .txt file.

Parameters
  • force (bool, default: False) – Force to refresh the index stored with this store instance

  • nrows ({int, None}, default: None) – Maximum number of index rows to load