frictionlessdata / datasets

A common set of test data files and data packages for testing Frictionless Data tooling
https://frictionlessdata.io
MIT License
9 stars 5 forks source link

Test data files and data packages for testing Frictionless Data tooling.

These resources may also be useful to others building data tools beyond the Frictionless Data community.

Motivation

As a Developer writing a library or tool I want to have a set of standard test data files and data packages as a reference for my implementation tests

Contributing

Contributions are welcome! Please open a pull request.

Please keep files as small as possible (in general we are testing correctness not performance)

Using these materials in your project

We suggest sub-moduling this repo into your own tool.

git submodule add https://github.com/frictionlessdata/testsuite-data.git <relative path>

eg.:

git submodule add https://github.com/frictionlessdata/testsuite-data.git src\test\resources\testsuite-data

Some files may change over time, e.g. due to data package spec upgrade, but you can still keep old spec versions by submoduling from a specific branch. Below is an example .gitmodules file:

[submodule "SubmoduleTestRepo"]
    path = SubmoduleTestRepo
    url = https://github.com/frictionlessdata/test-data.git
    branch = v1.0

Versioning

We plan to maintain versioned branches of this repo that track the Frictionless Data specifications so that users of this repo can test against data corresponding to specific versions of the specs.

Data Files

We focus on tabular and geo data as these are the common forms of structured data we handle.

Tabular Data

CSV

Non-CSV

Geo

Other

Table Schema

Data Resource

Data Packages

Tabular Data

CSV dialect

Data package views

License

MIT - see LICENSE