Open datascienceit opened 6 years ago
instead of
vx.from_pandas . vx.from_ascii . vx.from_arrays . vx.from_astropy_table .
Just have vx.read()/ vx.import()/ vx.create() and deal with it in the read function.
vx.read()
vx.import()
vx.create()
well, vaex.open(...) understands cvs now. See the docstring. I think chaning the API at this time for this is not worth it.
vaex.open(...)
I like the import idea btw, keeping this open.
instead of
Just have
vx.read()
/vx.import()
/vx.create()
and deal with it in the read function.