Blosc/bcolz

convert spark dataframe to bcolz and save

Opened this issue · 0 comments

I have a spark dataframe and I want to convert this to some datatype that bcolz supports (ctable)? and I want to save this to disk, and load the same file from disk.

Is there any bcolz.read? I can't find a simple example for the situation I just discussed.