vaex icon indicating copy to clipboard operation
vaex copied to clipboard

fix bug : open csv file use delimiter other than comma。

Open gallex opened this issue 1 year ago • 0 comments

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.

gallex avatar Apr 12 '23 06:04 gallex