Gmousse/dataframe-js

Make columns inference faster

Closed this issue · 0 comments

For now (1.2.7), to infer DataFrame schema (when columns are not given by the user) is pretty slow.
We should infer schema from some rows with a fast table scan.