daft.from_ray_dataset# from_ray_dataset(ds: RayDataset) → DataFrame[source]# Creates a DataFrame from a Ray Dataset. Note This function can only work if Daft is running using the RayRunner. Parameters: ds – The Ray Dataset to create a Daft DataFrame from.