Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #11849
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <kwatford@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.025 |
| X-Spam-Evidence | '*H*': 0.95; '*S*': 0.00; 'subject:module': 0.04; 'folks,': 0.09; 'received:mail-bw0-f46.google.com': 0.09; 'am,': 0.12; 'doing,': 0.16; 'received:209.85.214.46': 0.16; 'cc:addr :python-list': 0.16; 'wrote:': 0.16; 'cc:no real name:2**0': 0.20; 'cc:2**0': 0.22; 'header:In-Reply-To:1': 0.22; 'module,': 0.23; 'aug': 0.24; "i'm": 0.27; 'received:209.85.214': 0.28; 'message- id:@mail.gmail.com': 0.29; 'cc:addr:python.org': 0.30; 'subject:?': 0.31; 'list': 0.32; 'like:': 0.34; 'replacement': 0.34; 'data.': 0.36; 'fri,': 0.36; 'doing': 0.36; 'but': 0.37; 'some': 0.38; 'received:google.com': 0.38; 'received:209.85': 0.38; 'subject:: ': 0.39; 'might': 0.40; 'prices': 0.76; '11:31': 0.84; 'calculations': 0.84; 'subject:Replacement': 0.84 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=7zYNFG8yFNnJDRKsN6hIjSUTjgGMp6GW6PW0CERoc5s=; b=a98n9fLP0naEcMg0tVzNmBKIJc6Y7OpxzMUNWAeJPQKD3Dgdhac92gxWEGDJn4I0F4 Luj1Mz2tgp0UMUsrkjkaEFkCSN3fI+/D8rlnr7FxDHXF1VViroX+VGIrgFkIn7F/hKwU n+uxbif6J6yd1ap23Z8OLm+Z6IlKrgmQ49LYU= |
| MIME-Version | 1.0 |
| In-Reply-To | <1e35ff5e-785e-41db-a50f-976e6ef60692@h9g2000vbr.googlegroups.com> |
| References | <1e35ff5e-785e-41db-a50f-976e6ef60692@h9g2000vbr.googlegroups.com> |
| From | Ken Watford <kwatford@gmail.com> |
| Date | Fri, 19 Aug 2011 11:49:38 -0400 |
| Subject | Re: Replacement for the shelve module? |
| To | Forafo San <ppv.grps@gmail.com> |
| Content-Type | text/plain; charset=ISO-8859-1 |
| Cc | python-list@python.org |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| 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.223.1313768999.27778.python-list@python.org> (permalink) |
| Lines | 7 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1313768999 news.xs4all.nl 23969 [2001:888:2000:d::a6]:38546 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:11849 |
Show key headers only | View raw
On Fri, Aug 19, 2011 at 11:31 AM, Forafo San <ppv.grps@gmail.com> wrote: > Folks, > What might be a good replacement for the shelve module, but one that > can handle a few gigs of data. I'm doing some calculations on daily > stock prices and the result is a nested list like: For what you're doing, I would give PyTables a try.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Replacement for the shelve module? Forafo San <ppv.grps@gmail.com> - 2011-08-19 08:31 -0700
Re: Replacement for the shelve module? Ken Watford <kwatford@gmail.com> - 2011-08-19 11:49 -0400
Re: Replacement for the shelve module? Thomas Jollans <t@jollybox.de> - 2011-08-19 17:54 +0200
Re: Replacement for the shelve module? Forafo San <ppv.grps@gmail.com> - 2011-08-19 09:21 -0700
Re: Replacement for the shelve module? Miki Tebeka <miki.tebeka@gmail.com> - 2011-08-19 10:15 -0700
Re: Replacement for the shelve module? Robert Kern <robert.kern@gmail.com> - 2011-08-19 12:45 -0500
Re: Replacement for the shelve module? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2011-08-20 06:36 +1000
Re: Replacement for the shelve module? Robert Kern <robert.kern@gmail.com> - 2011-08-19 17:24 -0500
Re: Replacement for the shelve module? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2011-08-20 11:38 +1000
Re: Replacement for the shelve module? Gregory Ewing <greg.ewing@canterbury.ac.nz> - 2011-08-21 12:37 +1200
Re: Replacement for the shelve module? Chris Angelico <rosuav@gmail.com> - 2011-08-21 01:54 +0100
csiph-web