Support field.missingValues
#174
Labels
complexity:high
Likely complex to implement
datapackage:v2
enhancement
New feature or request
function:read_resource
Function read_resource()
CHANGELOG: https://datapackage.org/overview/changelog/#fieldmissingvalues-new
read_interlaced_resource()
#213Values defined in
field.missingValues
overwrite anything that is defined inschema.missingValues
(frictionlessdata/datapackage#24). This is not straightforward to support in frictionless-r, since readr doesn't support it. But @khusmann has helpfully provided an implementation using wrappers for readr, see this comment and this implementation.Overall, I think this feature is best implemented together with categorical types.
The text was updated successfully, but these errors were encountered: