argopy.IndexFetcher.load

argopy.IndexFetcher.load

IndexFetcher.load(force: bool = False)

Load index in memory

Apply the default to_dataframe() method and store results in memory. Access loaded index structure with the index property:

df = ArgoIndexFetcher().float(6902746).load().index
Parameters

force (bool) – Force loading, default is False.

Returns

Index fetcher with index property in memory

Return type

argopy.fetchers.ArgoIndexFetcher.float