roll
roll
# Overview After https://github.com/frictionlessdata/frictionless-py/issues/472 is done we need to write test with a good test coverage https://fastapi.tiangolo.com/tutorial/testing/
# Overview It's related to https://github.com/frictionlessdata/frictionless-py/issues/1012 -- people need a simple but configurable way to convert their data (formats/dialects)
# Overview We'd like to have a nice integration with Datasette. We did initial investigation here - https://github.com/frictionlessdata/frictionless-py/issues/1090 # Plan - [ ] @roll to decide on the approach -...
# Overview https://github.com/frictionlessdata/project/discussions/715
# Overview There is a very useful spec's pattern that Frictionless-py currently doesn't support - https://specs.frictionlessdata.io/patterns/#table-schema-unique-constraints
# Overview Currently, the parser will stop once it hits a bad encoding exception. It happens because of the Python streaming model and, basically, the impossibility of skipping just not-recognized...
# Overview Here is a description - https://github.com/frictionlessdata/frictionless-py/issues/776
http://specs.frictionlessdata.io/csv-dialect/ https://github.com/frictionlessdata/schemas/blob/master/csv-dialect-description-format.json If I've got it right the spec says nothing about required/not required fields. In my opinion all fields could be optional so even not sure schema is useful...
# Overview If I got it right the idea behind extra options for some processors is to provide access for lower level libs like `tabulator` (load options etc). Having a...