sdv-dev / SDV

Synthetic data generation for tabular data
https://docs.sdv.dev/sdv
Other
2.28k stars 299 forks source link

Support Frictionless Data package as a source of metadata #179

Open ludovicc opened 4 years ago

ludovicc commented 4 years ago

Frictionless Data specifies a json format to describe a list of data files (csv) and their schema. It can describe primary keys, foreign keys, field types and constraints. This information looks very similar to SDV metadata and it's available in many datasets. Could SDV convert it to its own format?

https://specs.frictionlessdata.io/tabular-data-package/ https://specs.frictionlessdata.io/table-schema/

csala commented 3 years ago

Great suggestion, @ludovicc !

We could definitely look at adding options to load them into our Metadata class.