Skip to content

Commit

Permalink
Add text to sdtypes
Browse files Browse the repository at this point in the history
  • Loading branch information
pvk-developer committed Sep 11, 2024
1 parent a9b344f commit a00cbf0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tests/integration/test_transformers.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,12 @@
'boolean': ['b', 'O'],
'categorical': ['O', 'i', 'f'],
'datetime': ['M'],
'numerical': ['f', 'i'],
'integer': ['i'],
'float': ['f', 'i'],
'pii': ['O', 'i', 'f'],
'id': ['O', 'i', 'f'],
'integer': ['i'],
'numerical': ['f', 'i'],
'pii': ['O', 'i', 'f'],
'text': ['O', 'i', 'f'],
}


Expand Down

0 comments on commit a00cbf0

Please sign in to comment.