Created
July 14, 2020 16:31
-
-
Save ntakouris/790b5603bee632c9e6e2b2aee1e72dbc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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