You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shouldn't we add this as a streaming interface to infer in json-table-schema, rather than in datapackage-read?
Current infer there is just a direct port from Python.
Maybe what you are asking for here is not exactly the same use case as what we designed infer around. In any event, it seems a "streaming infer" belongs to the json-table-schema package, rather that datapackage-read.
Purpose of function is to data type mapping so raw CSV becomes stream of "objects" with property values having right types.
i.e. csv
becomes
Note: same kind of streaming support should be there as in the underlying csv library.
The text was updated successfully, but these errors were encountered: