Creating dictionary of items from Excel with mutliple keys

Michael Selik michael.selik at gmail.com
Sat Aug 13 14:43:22 EDT 2016


On Sat, Aug 13, 2016 at 12:46 PM Atri Mahapatra <atri.mahapatra at 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.



More information about the Python-list mailing list