On 22/06/16 01:41, Ek Esawi wrote:
> I am trying to read a csv file via DictReader and produce a single
> dictionary without fieldnames; that is, I just want a single dictionary
> that contains tests as keys and grades as values as shown below in my
> sample file.
OK, As you've discovered that's
Hi All--
I am trying to read a csv file via DictReader and produce a single
dictionary without fieldnames; that is, I just want a single dictionary
that contains tests as keys and grades as values as shown below in my
sample file.
If I loop through the reader, it produces a sequence of 2 entr