csv-schema-inference icon indicating copy to clipboard operation
csv-schema-inference copied to clipboard

A tool to automatically infer columns data types in .csv files

Results 3 csv-schema-inference issues
Sort by recently updated
recently updated
newest added

**Describe the bug** File contains quoted numbder "2,126,000,000".... Throws off index alignment between types extracted in headers and data.... File "/home/greg/prj/sdspop/ingest/workflows/schema-on-read/venv/lib/python3.10/site-packages/csv_schema_inference/csv_schema_inference.py", line 397, in run_inference schemas_result = prl.parallel(records = lines,obj=dtype,...

**Is your feature request related to a problem? Please describe I hace environments were I cannot use this library because i cannot leverage multiprocessing only threading. **Describe the solution you'd...

Currently this library only allows to use multiprocessing. However the joblib libraries offers many backends. These pull request is only a few lines.