Does vaex provide a way to convert .csv files to .feather format? I have looked through documentation and examples and it appears to only allow conversion to .hdf5 format. I see that the dataframe has a .to_arrow() function but that looks like it only converts between different array types.
Vaex convert csv to feather instead of hdf5
65 views Asked by afriedman111 At
1
The answer seems to be YES by using
from_csv/export_featheras per the doc :