Paul Walsh

Results 212 comments of Paul Walsh

I'm neutral on this. We programmers like to think YAML is easier for ordinary folk, but in my experience the importance of whitespace in YAML is actually a killer for...

assigning to myself. @danfowler is off at the moment.

See my comment at https://github.com/frictionlessdata/specs/issues/409#issuecomment-930029124 Noting that this implementation maps well onto document-based data backends that support nesting (mongodb, Elasticsearch) and a version of this is already implemented in https://github.com/frictionlessdata/tableschema-elasticsearch-py

@danfowler JTS already supports currency as a format on number: - [spec](http://dataprotocols.org/json-table-schema/#field-types-and-formats) - [example implementation](https://github.com/okfn/jsontableschema-py/blob/master/jsontableschema/types.py#L209)

@rgrp @danfowler any progress here? @dr-shorthair great points. I'm wondering, though, if the conversion aspects you highlight are relevant for the spec itself (rather than relevant for potential applications of...

@rgrp do you want to move forward on this?

See https://github.com/frictionlessdata/data-quality-spec This was extracted out of the first version of [goodtables](https://github.com/frictionlessdata/goodtables-py), into a form that can be used in any code or just used as a reference. This extracted...

cc @roll @Stephen-Gates we've been introducing such quality checks in goodtables in the last weeks, so I'm cc'ing @roll in case he sees a cross over, and, how this can...