On Sat, Aug 13, 2016 at 12:46 PM Atri Mahapatra <atri.mahapa...@gmail.com>
wrote:

> I am trying to create a following dictionary. I am reading data from excel
>

Rather than using xlrd or other tools to read from excel, can you save the
file as CSV (comma-separated values)? I think you'll find Python's csv
module is very pleasant to use.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to