class documentation

A class containing a in mem pandas frame.

This makes it easier standardise the interface when writing data.

Method __init__ Undocumented
Method job_group_key Undocumented
Async Method read_pandas Undocumented
Async Method to_lazy_polars Undocumented
Instance Variable file Undocumented

Inherited from DataFileReference:

Async Method to_pandas Undocumented
Async Method to_polars Undocumented
Async Method write_pandas Undocumented
Async Method write_polars Undocumented
def __init__(self, file: pl.LazyFrame | pd.DataFrame | pl.DataFrame): (source)

Undocumented

def job_group_key(self) -> str: (source)

Undocumented

async def read_pandas(self) -> pd.DataFrame: (source)
async def to_lazy_polars(self) -> pl.LazyFrame: (source)
file: pl.LazyFrame = (source)

Undocumented