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

Updating inferences #27

Closed Wittline closed 2 years ago

Wittline commented 2 years ago

Conditions data structure will help to put conditions between inferred data types and other data types present in the possible results

For example:

If the inferred data type is INTEGER and there is a precence of a FLOAT value in the column the result will be FLOAT.