SizeChunking#
- class ctapipe.monitoring.aggregator.SizeChunking(**kwargs: Any)[source]#
Bases:
BaseChunkingDivides tables into chunks based on number of rows.
Attributes Summary
Number of rows to shift between consecutive chunks.
Number of rows per chunk.
Attributes Documentation
- chunk_shift#
Number of rows to shift between consecutive chunks. If None, chunks do not overlap.
- chunk_size#
Number of rows per chunk. If None, use entire table as one chunk.