roll

Results 345 issues of roll

# Overview ``` # Read from datapackage file (we need to create/find a dataset with datapackage.json) package = Package("https://figshare.com/articles/dataset/Thematic_analysis_dataset/13641149") # Create package from present files package = Package("https://figshare.com/articles/dataset/Thematic_analysis_dataset/13641149") # More...

feature

# Overview ``` # Read from datapackage file (we need to create/find a dataset with datapackage.json) package = Package("https://datadryad.org/stash/dataset/doi:10.5061%2Fdryad.c866t1g4c") # Create package from present files package = Package("https://datadryad.org/stash/dataset/doi:10.5061%2Fdryad.c866t1g4c") # More...

feature

# Overview ``` # Read from datapackage file (we need to create/find a dataset with datapackage.json) package = Package("https://www.kaggle.com/datasets/harshsinghal/common-crawl-sample-urls-js-libs") # Create package from present files package = Package("https://www.kaggle.com/datasets/harshsinghal/common-crawl-sample-urls-js-libs") # More...

feature

# Overview In v5 we enabled static type checking using pyright; in the next major release we'd like to enable the "strict" mode for the whole codebase or most of...

enhancement

# Overview It's been requested multiple times as it's a common practice to have comments at the bottom of csv files. The implementation should create a buffer in `dialect.read_enumerated_content_stream` (also...

feature

# 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

# 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