parq_blockmodel.reporting.report.BlockModelReport#
- class parq_blockmodel.reporting.report.BlockModelReport(report, output_path, columns, columns_per_batch, memory_budget_bytes=None)[source]#
Thin wrapper around
parq_tools.ParquetProfileReport.The wrapper keeps track of the default output path used by
parq_blockmodel.blockmodel.ParquetBlockModel.create_report()and exposes a convenientsave()alias that writes HTML viasave_html.Methods
__init__(report, output_path, columns, ...)save([output_path])Save the rendered report HTML and return the resolved path.
save_html(output_path)Compatibility wrapper mirroring the underlying report API.
show([notebook])Display the rendered report.
to_html()Return the rendered report as HTML.
Attributes
Access the underlying
parq_tools.ParquetProfileReport.- property raw_report: ParquetProfileReport#
Access the underlying
parq_tools.ParquetProfileReport.
- save(output_path=None)[source]#
Save the rendered report HTML and return the resolved path.
- Return type:
Path