framework
framework copied to clipboard
Data management framework for Python that provides functionality to describe, extract, validate, and transform tabular data
# Overview See - https://frictionlessdata.slack.com/archives/C0362US1U3G/p1657217803361269 Can it be done via checks or we need a new `fields.NumberField` property for it?
### Discussed in https://github.com/frictionlessdata/project/discussions/736 Originally posted by **rgaiacs** July 7, 2022 Consider the following CSV file named `invalid.csv` ``` id,name,extra 1,english , 2,english, ``` Any data visualisation using the above...
# Overview We need an ability to show more or less output e.g. don't show every validation error only summary (frictionless validate -q)
# Overview To achieve the goal from this issue - https://github.com/frictionlessdata/frictionless-py/issues/922 - we can use transform. Initially we needed it for the Livemark Table plugin so it's fine to use...
Hi, I have discovered [VisiData](http://visidata.org/) and I think it could be a **great frictionlessdata reader and writer**. It is a free, open-source tool that lets you quickly open, explore, summarize,...
# Overview As we already have PETL as a dependency we can add support for Whoosh, Avro etc formats relatively simple. > v5 file structure ``` formats avro # just...
# 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 This is a feature request for support of the [Foreign Keys to Data Packages](https://specs.frictionlessdata.io/patterns/#table-schema-foreign-keys-to-data-packages) pattern. Here is a [reprex](https://github.com/dados-mg/datapackage-reprex/tree/foreign-key-data-package) that could be used for eventual testing: ```python from...
# Overview A Frictionless Data *Table Schema* could be used to convert the described data from CSV files into RDF. Such programs exist for the *CSV on the Web* (CSVW)...
# 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)