-
> I’d also like the option in dpm to not put things in a ‘datapackages’ folder. That turns out to almost never be what I want when downloading a dataset.
Source: http://frictionlessdata.io/case-studi…
-
Here you're checking contributors are not empty:
https://github.com/frictionlessdata/datapackage-java/blob/main/src/main/java/io/frictionlessdata/datapackage/Package.java#L775
That doesn't look …
-
If attempting to validate a datapackage using Frictionless 5.17.0 (the latest version of frictionless on pip) using the 1.0 schema, the following error is raised:
`'#$defs/version' is not a valid a…
-
-
### Current behavior
Using the method `TextBox.PasteFromClipboard` on a `TextBox` that has property `IsReadOnly` to `true` changes the `Text` property.
### Expected behavior
The `Text` proper…
-
### Describe the bug
I have the following simple WinUI 3 Desktop app running on Window 11. Dragging a file from the Explorer into the window does not work. `Grid_DragOver()` is not being called. You …
-
```bash
$ goodtables datapackage http://data.okfn.org/data/core/gdp/datapackage.json
DATASET
=======
{'error-count': 999, 'table-count': 1, 'time': 2.588, 'valid': False}
TABLE [1]
=========
…
-
Class `Package` should get methods such as `.html()`, `.markdown()` and/or `.text()` to generate a human-readable description of a the package. I'd use ejs form implementation, but any other slim HTM…
-
- https://frictionlessdata.io/
- Tabular Data Package
- https://specs.frictionlessdata.io/tabular-data-package/#language
- Describing Data Package Catalogs using the Data Package Format
…
-
Currently, the pilot pipeline uses an spss file located locally to the pipeline code. The data scraping processor should source its initial data from the UKDS ReShare site/api instead.
- [x] Allow …