i'm reading a an excel file with xlrd. When i'm running the code a warning pops up:
'WARNING *** format u'"*"' produces constant result '
I think that u'"*"' stands for unicode, is that correct?
But what does 'produces constant result' mean and what implications can it have?
Thanks