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


Groups > comp.lang.python > #37134

Re: RE Help splitting CVS data

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!us.feeder.erje.net!news2.arglkargh.de!nuzba.szn.dk!pnx.dk!news.stack.nl!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.007
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'python,': 0.02; '21,': 0.07; 'pypi': 0.07; 'cvs': 0.09; 'subject:Help': 0.10; 'comma': 0.16; 'csv': 0.16; 'expressions.': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'tim,': 0.16; 'mon,': 0.16; 'wrote:': 0.17; 'jan': 0.18; 'trying': 0.21; 'header:In-Reply- To:1': 0.25; 'am,': 0.27; 'message-id:@mail.gmail.com': 0.27; 'regular': 0.27; 'perl': 0.29; 'separated': 0.29; "i'm": 0.29; 'keyword': 0.30; 'stuff': 0.30; 'subject:data': 0.33; 'values.': 0.33; 'to:addr:python-list': 0.33; 'everyone': 0.33; 'received:google.com': 0.34; 'thanks': 0.34; 'received:209.85.220': 0.35; 'similar': 0.35; 'received:209.85': 0.35; 'but': 0.36; 'received:209': 0.37; 'data': 0.37; 'subject:: ': 0.38; 'easier': 0.38; 'sure': 0.38; 'to:addr:python.org': 0.39; 'your': 0.60; 'taking': 0.65; 'talking': 0.66; '2013': 0.84; 'for!': 0.84; 'deal,': 0.93
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=9jdM3qNYG1G4X0IKLzmTX+pyr1JmJYY1XfNo8GPIr7Y=; b=cD+N9554VH/pDs6NE0j3Z3XdIeSYIrzWA9HwWsIM563a9wpTNo/L2pHHFlzJxY4+nw Zv3QSMVWEq+VkfQdhTZPxGVUVoFdf1Ai5pIlHKkStrUPnzG5YCrdVQ4WSU3MFKT6cqkx GNYoGFwfy6SnWqzYDWs2+L4Hcgac17Viyv714ZM2aJpEbtcujik6faQ876rVwmGDRSwD Tjw2C6XL+1QrN+7Zcxd6NCF2GN6w866kEgJTgM8Or/7+75WyhodSmzbshruNxQGnGvLO k0cPEiSUfoxLXzF9wGhK8ilfs6hwhyhqBlpXuSOo7XHXL8hQgs1TZ0Zhqh7OcSIG6SEO k9Qw==
MIME-Version 1.0
X-Received by 10.52.17.70 with SMTP id m6mr15551455vdd.92.1358731811566; Sun, 20 Jan 2013 17:30:11 -0800 (PST)
In-Reply-To <9e90bf6e-9072-4747-917f-0291b1ae9a05@googlegroups.com>
References <3e1e8567-b9f4-446a-8a59-75f45367d2ac@googlegroups.com> <9e90bf6e-9072-4747-917f-0291b1ae9a05@googlegroups.com>
Date Mon, 21 Jan 2013 12:30:11 +1100
Subject Re: RE Help splitting CVS data
From Chris Angelico <rosuav@gmail.com>
To python-list@python.org
Content-Type text/plain; charset=ISO-8859-1
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.715.1358731819.2939.python-list@python.org> (permalink)
Lines 10
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1358731819 news.xs4all.nl 6978 [2001:888:2000:d::a6]:34966
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:37134

Show key headers only | View raw


On Mon, Jan 21, 2013 at 11:41 AM, Garry <ggkraemer@gmail.com> wrote:
> Thanks everyone for your comments.  I'm new to Python, but can get around in Perl and regular expressions.  I sure was taking the long way trying to get the cvs data parsed.

As has been hinted by Tim, you're actually talking about csv data -
Comma Separated Values. Not to be confused with cvs, an old vcs. (See?
The v can go anywhere...) Not a big deal, but it's much easier to find
stuff on PyPI or similar when you have the right keyword to search
for!

ChrisA

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


Thread

RE Help splitting CVS data Garry <ggkraemer@gmail.com> - 2013-01-20 14:04 -0800
  Re: RE Help splitting CVS data Mitya Sirenef <msirenef@lightbird.net> - 2013-01-20 17:14 -0500
  Re: RE Help splitting CVS data Terry Reedy <tjreedy@udel.edu> - 2013-01-20 17:16 -0500
  Re: Help splitting CVS data Dave Angel <d@davea.name> - 2013-01-20 17:21 -0500
  Re: RE Help splitting CVS data Roy Smith <roy@panix.com> - 2013-01-20 19:00 -0500
  Re: RE Help splitting CVS data Tim Chase <python.list@tim.thechases.com> - 2013-01-20 18:10 -0600
  Re: RE Help splitting CVS data Garry <ggkraemer@gmail.com> - 2013-01-20 16:41 -0800
    Re: RE Help splitting CVS data Chris Angelico <rosuav@gmail.com> - 2013-01-21 12:30 +1100
    Re: RE Help splitting CVS data Alister <alister.ware@ntlworld.com> - 2013-01-21 08:28 +0000
    Re: RE Help splitting CVS data Neil Cerutti <neilc@norwich.edu> - 2013-01-21 14:12 +0000

csiph-web