unpack=true
Sir
There is an error message when I try the "unpack=true" command. It shows " name true is not defined" .I am working with windows OS. Please guide me what to do.
Python-3.4.3 Loading-Data-From-Files 04-05 min 30-40 sec
Answers:
Please note that the value is supposed to be a Boolean, Python Booleans start with a capital letter, please use True
Please use "True" instead of "true" without quotation marks.