It looks like the backslash is messing the whole thing up so I
reposted to try to find out how to get over the backslash hump.
On Mar 20, 2:08 am, Dennis Lee Bieber <[EMAIL PROTECTED]> wrote:
> On Wed, 19 Mar 2008 11:06:40 -0700 (PDT), brnstrmrs
> <[EMAIL PROTECTED]> declaimed the following in co
On Mar 19, 1:55 pm, brnstrmrs <[EMAIL PROTECTED]> wrote:
> On Mar 19, 2:32 pm, Mike Driscoll <[EMAIL PROTECTED]> wrote:
>
>
>
> > On Mar 19, 1:06 pm, brnstrmrs <[EMAIL PROTECTED]> wrote:
>
> > > I am trying to use the dictionary reader to import the data from a csv
> > > file and create a dictnary
On Mar 19, 2:32 pm, Mike Driscoll <[EMAIL PROTECTED]> wrote:
> On Mar 19, 1:06 pm, brnstrmrs <[EMAIL PROTECTED]> wrote:
>
>
>
> > I am trying to use the dictionary reader to import the data from a csv
> > file and create a dictnary from it but just can't seem to figure it
> > out.
>
> > Here is my
On Mar 19, 1:06 pm, brnstrmrs <[EMAIL PROTECTED]> wrote:
> I am trying to use the dictionary reader to import the data from a csv
> file and create a dictnary from it but just can't seem to figure it
> out.
>
> Here is my code:
>
> >>>import csv
> >>>reader = csv.DictReader(open('table.csv'))
> >>>