vaex
vaex copied to clipboard
fix bug : open csv file use delimiter other than comma。
fix bug : open csv file use delimiter other than comma。
Currently, when opening a csv file, you cannot specify a delimiter because no paser_options is passed into the pyarrow.csv.read_csv function. This patch fix this bug.
Also, this patch add a sep parameter like pandas.