framework
framework copied to clipboard
Data management framework for Python that provides functionality to describe, extract, validate, and transform tabular data
# 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 One of the reasons I like the frictionlessdata JSON Table Schema is that is supports a portable spatial type, geojson (also in topojson format). I'm in municipal government...
# Overview https://github.com/frictionlessdata/project/discussions/715
# Overview It is not a bug, but I not see an option to "clean" or normalize CSV files, because quatation is free. Ideal is to offer a "canonic CSV"...
# Overview Context: I co-wrote [Validata](https://git.opendatafrance.net/validata) in 2018, based on goodtables-py. Now our team is updating Validata with new features, and we’d like to upgrade to frictionless-py even if it's...
# 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...
This is looking awesome 👏 👏 @roll A few thoughts on compatibility with our agreed RFC https://github.com/frictionlessdata/project/blob/master/rfcs/0004-frictionless-data-lib-pattern.md (which we can tweak). I haven't reviewed thoroughly so this incomplete and for...
# Overview Here is a description - https://github.com/frictionlessdata/frictionless-py/issues/776
# Overview Create a plugin for BulkCm XML ETSI format, see discussion: [Handle ETSI BulkCm XML](https://github.com/frictionlessdata/project/discussions/580) Working from the html plugin create: XmlBulkCmPlugin XmlBulkCmDialect XmlBulkCmParser (a custom parser with read-only...