inspectomop.results.Results.as_pandas_chunks

Results.as_pandas_chunks(chunksize)

Yields a pandas DataFrame with n_rows = chunksize

Parameters:chunksize (int) – number of rows to return in each chunk

See also

as_pandas()