Skip to content

Add a schema validation process for features #93

@MikeLippincott

Description

@MikeLippincott

Seeing these values made me wonder: could this be used for schema validation? Schema validation is a tool we can implement to help check that data fields and values abide certain expecations. A common tool used for this today is jsonschema. It might seem a bit odd to use that library because the data won't necessarily be JSON, but it could be useful to help define a schema and ranges. Another helpful tool in this space is Pandera which builds on this idea using Pydantic and Pandas idioms.

Originally posted by @d33bs in #92 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions