Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #63863
| Path | csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <petite.abeille@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.023 |
| X-Spam-Evidence | '*H*': 0.95; '*S*': 0.00; 'source.': 0.07; 'closest': 0.09; 'lawrence': 0.09; 'pointless': 0.09; 'subject:process': 0.09; 'jan': 0.12; 'thread': 0.14; 'to:name:python list': 0.16; 'followed': 0.16; 'wrote:': 0.18; 'closely': 0.24; "i've": 0.25; 'header:In-Reply-To:1': 0.27; '13,': 0.31; 'overhead': 0.31; 'but': 0.35; 'received:google.com': 0.35; 'doubt': 0.36; 'subject:data': 0.36; 'charset:us-ascii': 0.36; 'url:org': 0.36; 'message-id:@gmail.com': 0.38; 'server': 0.38; 'to:addr:python- list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'back': 0.62; 'header:Message-Id:1': 0.63; 'between': 0.67; '2014,': 0.84; 'url:video': 0.84 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; bh=75dsnzZaTKGGkVCL5FZvwOr6BtrFgx2WdD/inaqPTVE=; b=CzPWxwOdfiyOk6ZczLgFa1gn8fhH4+1mwDxPycQHl6RVSLh1falnkv1UKL6QAXQo5H r2Nw6zR1g5gW/ZBxX4eiZ8QBcy8EuOnN9bvRJ3zwC/r6Qe1J6Py6cO87DGekyDYfjhHA +/JYrvyJc3s8u/AUCTwzC7jdFAaHyFE9Rpxww2Zsc/uDGbvhARvd2lMH/+R/hGaCtVF/ wClAmBT6YB47ty01c9VdfENwtmH3F2/cPBlxJPHyv+3Kk1jihzJ2zlQxRAwCXsg7RoY1 ii5x30uF2uCrdkh28xK103iBUKgwhmj7+5jgcVN/11Gd0wtCN/NaIAKgt3tad96QqQpN xz5w== |
| X-Received | by 10.15.111.6 with SMTP id ci6mr25021913eeb.59.1389646056289; Mon, 13 Jan 2014 12:47:36 -0800 (PST) |
| Content-Type | text/plain; charset=us-ascii |
| Mime-Version | 1.0 (Mac OS X Mail 7.1 \(1827\)) |
| Subject | Re: efficient way to process data |
| From | Petite Abeille <petite.abeille@gmail.com> |
| In-Reply-To | <lb1c2j$3f4$1@ger.gmane.org> |
| Date | Mon, 13 Jan 2014 21:47:01 +0100 |
| Content-Transfer-Encoding | quoted-printable |
| References | <CACwCsY6KBDVkS5jCMh9GyvhHyVgqcAH3YAYnGpMQvfBwexaTcw@mail.gmail.com> <CAPTjJmpGKzCbB4ZMZG=UAhh5hq8JowUOuerS1dk-rt3T6_qCyw@mail.gmail.com> <CACwCsY6W3x+8QzkJ8GR7qeck9s4xkwkhUbRt4k2iBAGcFuUb2g@mail.gmail.com> <CAPTjJmp82qrVz03sZFLXyju0oL-3=qJrcn34UJU6N4qo+wF6tw@mail.gmail.com> <CACwCsY74dTc9vJ=j06Fq9rqXe_wmSHpYQ-qaC284CcgjEnrQ9Q@mail.gmail.com> <lb1c2j$3f4$1@ger.gmane.org> |
| To | Python List <python-list@python.org> |
| X-Mailer | Apple Mail (2.1827) |
| 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 | <https://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 | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.5429.1389646547.18130.python-list@python.org> (permalink) |
| Lines | 17 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1389646547 news.xs4all.nl 2857 [2001:888:2000:d::a6]:48789 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:63863 |
Show key headers only | View raw
On Jan 13, 2014, at 7:42 PM, Mark Lawrence <breamoreboy@yahoo.co.uk> wrote: > I've not followed this thread closely but would this help http://pandas.pydata.org/ ? When and if you get back to it, that is!!! I doubt it. The mean overhead by far would be to shuffle pointless data between the server & client. Best to process data closest to their source. On the other hand: http://devour.com/video/never-say-no-to-panda/
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: efficient way to process data Petite Abeille <petite.abeille@gmail.com> - 2014-01-13 21:47 +0100
csiph-web