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


Groups > comp.lang.python > #45447

Re: Number of cells, using CSV module

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder3.xlned.com!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <skip.montanaro@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.004
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'column': 0.07; 'subject:Number': 0.09; 'subject:module': 0.09; 'subject:using': 0.09; 'cc:addr:python-list': 0.11; 'from:addr:pobox.com': 0.16; 'from:addr:skip': 0.16; 'subject:CSV': 0.16; 'sender:addr:gmail.com': 0.17; 'cc:addr:python.org': 0.22; 'skip': 0.24; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'header:In- Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; 'received:google.com': 0.35; 'read': 0.60; 'to:addr:gmail.com': 0.65
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=u3z8TrY5zgrrAajWQIh/CWWbuanZuov+Umkf7ivrNMA=; b=iy8+cVI4XAX9CuFeev+MsUmHmiFA8/ZJoHZmvD5QxauuPiwuilmdnyWqrW6jQBZ6CT zArkOIipnUKmJVY6I7o2UcPSRkTUp9wd7Oezue64w+1skjwsc/NMu68y8CvRS8kEDGZF 672q3fSyOZlYYfl0Oy3EbPq46O0DwL/1VotRCLHKUQZmmQgHmDtvc06FrHPUKe+ZracJ CvIdb01U5bMs+yR0xF7b3DQm5kymb4yFFxzdTJ1N3uz2k8p3J4XiYG4J81dhXIa5Y/rk hyt8eUkBATxGDBCjt0183pceZ9GEph7hXL78kkEFMcOSpuONnEQoC/eN46AodWXHAElc kANA==
MIME-Version 1.0
X-Received by 10.50.36.199 with SMTP id s7mr10518250igj.56.1368729608904; Thu, 16 May 2013 11:40:08 -0700 (PDT)
Sender skip.montanaro@gmail.com
In-Reply-To <5f4aec0e-5cfa-445f-af50-67cca7caae36@googlegroups.com>
References <5f4aec0e-5cfa-445f-af50-67cca7caae36@googlegroups.com>
Date Thu, 16 May 2013 13:40:08 -0500
X-Google-Sender-Auth VoarEIZE7j_ocCCzBNhQKCB88YA
Subject Re: Number of cells, using CSV module
From Skip Montanaro <skip@pobox.com>
To tunacubes@gmail.com
Content-Type multipart/alternative; boundary=14dae9340d0321e87404dcda32ed
Cc python-list@python.org
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.1769.1368729617.3114.python-list@python.org> (permalink)
Lines 20
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1368729617 news.xs4all.nl 15972 [2001:888:2000:d::a6]:38628
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:45447

Show key headers only | View raw


[Multipart message — attachments visible in raw view] - view raw

Perhaps you want len(reader) instead?  Or a counter which increments for
every row read which has an item in column A?

Skip

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