Pierre Camilleri

Results 22 issues of Pierre Camilleri

Context and related issue : fix [#899](https://github.com/frictionlessdata/specs/issues/899#issuecomment-2076509819) Migrated [pull request from datapackage-v2-draft repo](https://github.com/frictionlessdata/datapackage-v2-draft/pull/63) Still to do on this PR: - [x] Move table schema to /standards/table-schema.md (cf. main) - [X]...

# Context Frictionless has [`stringcase`](https://github.com/okunishinishi/python-stringcase) as a dependency. From what I can see, it is used for conversion of strings to snakecase or camelcase. # Issue The stringcase dependency [seems...

COPY of #83 without fork, trying to trigger CI tests. # Context The library fr-format has been developed for sharing validation functions between [validata](https://gitlab.com/validata-table) and csv-detective, and to introduce a...

This issue gives information to track the adaptation of frictionless-py to the version 2 of the datapackage specification. Right now, no single feature of datapackage v2 has been implemented in...

This is a refactoring PR. Currently, a complex private object `field_info` is created in "Table.__open_row_stream" (resources/table.py) and used in the (non-public) Row `__init__` method. In addition, taking into account the...

- fixes #1644 ### Context - In validator.py, `Resource` was imported as a type, but then used as a class to retrieve a class method (`Resource.from_descriptor`). - The tests would...

Using the `frictionless validate --parallel` flag at the command line or `validate(parallel = True)` in the python code does not seem to trigger any parallel treatment. Performance of the validation...

feature
comms

With a schema specifying an enum constraint on a field of type array, the enum constraints does not validate the array items but the whole array value. # Expected behavior...

> The BlankLabelError has a different API. Instead of rowNumber it has rowNumbers . Grepping the code I see that that's the only reference to rowNumbers and the docstring even...

# Overview Validation report properties are poorly documented. [Link to current documentation](https://framework.frictionlessdata.io/docs/framework/report.html) e.g. question from @pdelboca on slack : > Is there any documentation about the API of the Error...

comms