Wittline / csv-schema-inference

A tool to automatically infer columns data types in .csv files
https://wittline.github.io/csv-schema-inference/
MIT License
33 stars 4 forks source link

changes to allow using multiprocessing #36

Open orellabac opened 1 year ago

orellabac commented 1 year ago

Currently this library only allows to use multiprocessing.

However the joblib libraries offers many backends.

These pull request is only a few lines.

orellabac commented 1 year ago

Allowing different multiprocessing engines #37