bayesline.api.equity.UploaderApi.get_data_summary

bayesline.api.equity.UploaderApi.get_data_summary#

abstract UploaderApi.get_data_summary(version: int | datetime | None = None) DataFrame#

Gets the data summary statistics (single 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 (single row) for the data at the given version.