framework
framework copied to clipboard
Data management framework for Python that provides functionality to describe, extract, validate, and transform tabular data
# Overview Added here - https://github.com/frictionlessdata/framework/pull/1471 # Implementation - [ ] add documentation - [ ] remove `hidden` from the command - [ ] open a browser window automatically? -...
# Overview See the discussion - https://app.slack.com/client/T0362UCGH70/C0369HZ2SLT?cdn_fallback=2
# Overview See this comment - https://github.com/frictionlessdata/framework/issues/1416#issuecomment-1431546353. In v5 the basepath logic was unified so this is not possible anymore: ``` frictionless validate --basepath local/path/to/csvs \ https://raw.githubusercontent.com/mjacqu/glenglat/main/contribute/datapackage.yaml ``` The basepath...
# Overview I'd like to require that a tabular data file include one of two fields, each with its own name, description, and pattern constraint. I'm currently using v3.31.0; I...
# Overview There are `catalog/dataset/package/resource.infer(stats=False)` commands. If `stats` is provided it will add all the available stats to the descriptor. Sometimes a data publisher doesn't need all the stats to...
# Overview The following are my findings about Frictionless(Please check the link below). Can you please tell me if they are correct or not? https://docs.google.com/spreadsheets/d/1iPE-CpxW0YlNgFZCvJhwEsUgP2MfqzfBkXxgSgrvtFM/edit?usp=sharing
I did not find this information in the documentation, but by extrapolating this behavior: >> Also, won't resource.infer() reset the whole schema of the resource? > > No, it will...
# Overview `frictionless-py` validate does not implement the table schema `fieldsMatch` [specs](https://datapackage.org/standard/table-schema/#fieldsMatch) For example, `subset` should mean that as long as the source data has this subset of columns, it...
# Overview How can I activate the API server in Python? Can you please describe the steps?
# Overview Please replace this line with full information about your idea or problem. If it's a bug share as much as possible to reproduce it I have three CSV...