JockLawrie / Schemata.jl

Schemata for tabular data sets in Julia.
Other
18 stars 2 forks source link

Reduce API to 1 function #12

Closed JockLawrie closed 4 years ago

JockLawrie commented 4 years ago

Export only 1 function, namely diagnose, which produces a transformed table and 2 issues tables - 1 for the input table and 1 for the output table.

The cost should be minimal because we are already parsing values.

The function would have 2 methods, 1 for in-memory tables and 1 for on-disk tables.

JockLawrie commented 4 years ago

Solved on branch reducedapi.