bayesline.api.equity.AsyncUploaderApi.get_staging_data_summary

bayesline.api.equity.AsyncUploaderApi.get_staging_data_summary#

abstract async AsyncUploaderApi.get_staging_data_summary(names: list[str] | None = None) DataFrame#

Get the staging summary statistics for the optional list of names.

Parameters#

names: list[str] | None, optional

The names for which to get the staging summary statistics. If None will get all staging data. Names that do not exist will be ignored.

Returns#

pl.DataFrame:

The staging summary statistics data which will contain one row per staged file. The schema matches get_summary_schema with an additional column _name (at the beginning) of type str which contains the name of the staged file.