diff --git a/datashape/coretypes.py b/datashape/coretypes.py index efffa8e..d87ff51 100644 --- a/datashape/coretypes.py +++ b/datashape/coretypes.py @@ -355,6 +355,7 @@ class Bytes(Unit): u'utf-8': u'U8', u'utf_8': u'U8', u'utf8': u'U8', + u'utf8_bin':u'U8', u'U16': u'U16', u'utf-16': u'U16', u'utf_16': u'U16',