Skip to content

Instantly share code, notes, and snippets.

@ntakouris
Created July 14, 2020 16:31
Show Gist options
  • Save ntakouris/790b5603bee632c9e6e2b2aee1e72dbc to your computer and use it in GitHub Desktop.
Save ntakouris/790b5603bee632c9e6e2b2aee1e72dbc to your computer and use it in GitHub Desktop.
import tensorflow_data_validation as tfdv
schema = tfdv.load_schema_text(file)
print(schema) #text output, like doing > cat file
schema.blabla = ..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment