Dask DataFrames - Object/Byte Streams?

Hi,

Can I feed a Dask DataFrame an objectstream instead of a URL path to read data from? I am using a separate method to get data from my desired storage system, and I was wondering if I could feed the outputted objectstream to a Dask DataFrame.

Thanks!

@rkoo19 I think you might be able to use from_map() for this. I’d be happy to take a closer look if you can share a minimal example. :slight_smile: