For the complete documentation index, see llms.txt. This page is also available as Markdown.

ParallelDataCollection.export_to_csv

coinmetrics._data_collection.ParallelDataCollection.export_to_csv(
    path_or_bufstr=None,
    columns_to_store=None,
    compress=False,
    dataframe_type='pandas',
)
  • Parameters:

    • path_or_bufstr (str | Path | IO [str ] | IO [bytes ] | None)

    • columns_to_store (List [str ] | None)

    • compress (bool)

    • dataframe_type (str)

Returns:

  • None

Last updated

Was this helpful?