Skip to main content

Auto generate schema from list of json objects

Project description

Inducing schema of list of JSON/dictionary objects

Installation

pip install schema_induction

Usages

from schema_induction import generate_schema

# list of objects that you wish to find their schema
records = []
print(generate_schema(records))

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

schema_induction-1.1.7.tar.gz (5.3 kB view hashes)

Uploaded Source

Built Distribution

schema_induction-1.1.7-py3-none-any.whl (7.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page