Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #45448

Re: Number of cells, using CSV module

X-Received by 10.224.200.202 with SMTP id ex10mr26374236qab.8.1368730242643; Thu, 16 May 2013 11:50:42 -0700 (PDT)
X-Received by 10.49.58.136 with SMTP id r8mr635772qeq.15.1368730242588; Thu, 16 May 2013 11:50:42 -0700 (PDT)
Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!l3no9069519qak.0!news-out.google.com!y6ni49017qax.0!nntp.google.com!gj8no624185qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail
Newsgroups comp.lang.python
Date Thu, 16 May 2013 11:50:42 -0700 (PDT)
In-Reply-To <mailman.1769.1368729617.3114.python-list@python.org>
Complaints-To groups-abuse@google.com
Injection-Info glegroupsg2000goo.googlegroups.com; posting-host=199.101.104.254; posting-account=e9hX2gkAAAC_HUpjgT5rz6JHTkyYbrbO
NNTP-Posting-Host 199.101.104.254
References <5f4aec0e-5cfa-445f-af50-67cca7caae36@googlegroups.com> <mailman.1769.1368729617.3114.python-list@python.org>
User-Agent G2/1.0
MIME-Version 1.0
Message-ID <8662be9c-e50c-48e9-86dc-1838c6188d0c@googlegroups.com> (permalink)
Subject Re: Number of cells, using CSV module
From tunacubes@gmail.com
Injection-Date Thu, 16 May 2013 18:50:42 +0000
Content-Type text/plain; charset=ISO-8859-1
Content-Transfer-Encoding quoted-printable
Xref csiph.com comp.lang.python:45448

Show key headers only | View raw


On Thursday, May 16, 2013 2:40:08 PM UTC-4, Skip Montanaro wrote:
> Perhaps you want len(reader) instead?  Or a counter which increments for every row read which has an item in column A?
> 
> 
> 
> Skip

len(reader) gives me an error. 

I tried a counter, but unfortunately due to the simplicity of CSV files, any formulas are not saved.

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Number of cells, using CSV module tunacubes@gmail.com - 2013-05-16 11:29 -0700
  Re: Number of cells, using CSV module Skip Montanaro <skip@pobox.com> - 2013-05-16 13:40 -0500
    Re: Number of cells, using CSV module tunacubes@gmail.com - 2013-05-16 11:50 -0700
      Re: Number of cells, using CSV module Skip Montanaro <skip@pobox.com> - 2013-05-16 14:07 -0500
      Re: Number of cells, using CSV module Tim Chase <python.list@tim.thechases.com> - 2013-05-16 15:00 -0500
  Re: Number of cells, using CSV module tunacubes@gmail.com - 2013-05-16 11:53 -0700
    Re: Number of cells, using CSV module Skip Montanaro <skip@pobox.com> - 2013-05-16 14:08 -0500
    Re: Number of cells, using CSV module Tim Chase <python.list@tim.thechases.com> - 2013-05-16 15:01 -0500
  Re: Number of cells, using CSV module tunacubes@gmail.com - 2013-05-16 13:11 -0700

csiph-web