framework icon indicating copy to clipboard operation
framework copied to clipboard

Data management framework for Python that provides functionality to describe, extract, validate, and transform tabular data

Results 245 framework issues
Sort by recently updated
recently updated
newest added

# 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?

feature

### 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...

feature

# Overview We need an ability to show more or less output e.g. don't show every validation error only summary (frictionless validate -q)

feature

# 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...

feature

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,...

feature

# 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...

feature

# 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/

enhancement

# 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...

feature

# 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)...

feature

# 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)

feature