deeplake.auto.structured.dataframe

class deeplake.auto.structured.dataframe.DataFrame(source)
fill_dataset(ds: Dataset, progressbar: bool = True) Dataset

Fill dataset with data from the dataframe - one tensor per column

Parameters:
  • ds (Dataset) – A Deep Lake dataset object.

  • progressbar (bool) – Defines if the method uses a progress bar. Defaults to True.

Returns:

A Deep Lake dataset.