Using Sniffer class to detect if file contains a header row fails with: ``` has_header = unicodecsv.Sniffer().has_header(csvfile.read(4096)) Error: line contains NULL byte ``` The same error, that csv module from standard lib throws.