bayesline.api.equity.AsyncUploaderApi.get_data_detail_summary

bayesline.api.equity.AsyncUploaderApi.get_data_detail_summary#

abstract async AsyncUploaderApi.get_data_detail_summary(version: int | datetime | None = None) DataFrame#

Gets the detail data summary statistics (multi row) at the given version.

Parameters#

version: int | dt.datetime | None, optional

the version of the underlying data, latest if not given

Returns#

pl.DataFrame:

The summary statistics data (multi row) for the data at the given version.