bayesline.api.equity.UploaderApi.get_staging_data_detail_summary#
- abstract UploaderApi.get_staging_data_detail_summary(names: list[str] | None = None) DataFrame #
Get the detail staging summary statistics for the optional list of names.
Parameters#
- names: list[str] | None, optional
The names for which to get the detail staging summary statistics. If None will get all staging data. Names that do not exist will be ignored.
Returns#
- pl.DataFrame:
The detail staging summary statistics data which will contain multiple rows per staged file. The schema matches get_detail_summary_schema with an additional column _name (at the beginning) of type str which contains the name of the staged file.