argopy.IndexFetcher.to_csv

IndexFetcher.to_csv(file: str = 'output_file.csv')

Fetch and save index data as csv in a file

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

Returns
None