class documentation

class DataLoaderJob: (source)

View In Hierarchy

Undocumented

Async Method to_pandas Undocumented
Async Method to_polars Undocumented
Class Variable chunk_size Undocumented
Class Variable job Undocumented
async def to_pandas(self) -> AsyncIterator[pd.DataFrame]: (source)

Undocumented

async def to_polars(self) -> AsyncIterator[pl.LazyFrame]: (source)

Undocumented

chunk_size: int = (source)

Undocumented

Undocumented