bayesline.api.equity.AsyncUploaderApi.get_data_summary#
- abstract async AsyncUploaderApi.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.