ray.data.block.BlockAccessor.iter_rows# BlockAccessor.iter_rows(public_row_format: bool) → Iterator[T][source]# Iterate over the rows of this block. Parameters: public_row_format – Whether to cast rows into the public Dict row format (this incurs extra copy conversions).