bayesline.api.equity.UploaderApi.get_data_detail_summary#
- abstract UploaderApi.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.