argopy.fetchers.ArgoIndexFetcher.to_csv

ArgoIndexFetcher.to_csv(file: str = 'output_file.csv')[source]

Fetch and save index data as csv in a file

This is a shortcut to .load().index.to_csv()

Returns
None