Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.155 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.70; '*S*': 0.01; 'dependency': 0.09; 'mark,': 0.16; 'received:172.18.0': 0.16; 'subject:tabular': 0.16; 'thanks,': 0.17; 'to:name:python-list@python.org': 0.22; 'mind.': 0.24; 'header:In-Reply-To:1': 0.27; 'to:2**1': 0.27; 'use?': 0.31; 'probably': 0.32; 'another': 0.32; 'could': 0.34; 'but': 0.35; 'there': 0.35; 'subject:data': 0.36; 'url:org': 0.36; 'list': 0.37; 'project': 0.37; 'to:addr:python-list': 0.38; 'anything': 0.39; 'to:addr:python.org': 0.39; 'mailing': 0.39; 'received:unknown': 0.61; 'first': 0.61; 'here': 0.66; 'look.': 0.84; 'to:addr:yahoo.co.uk': 0.84; 'amongst': 0.91 X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.1 cv=vC3pk2euBDNChG//pvWvL3ooOWecHx7HOhb0No4pI08= c=1 sm=1 a=P90J6pEA2ccA:10 a=BLceEmwcHowA:10 a=8nJEP1OIZ-IA:10 a=xqWC_Br6kY4A:10 a=g3mLq75WYuDrh3Lt0JSDww==:17 a=25HwlqTDAAAA:8 a=N48IqhKu6xGfphuShz0A:9 a=wPNLvfGTeEIA:10 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mail.activenetwerx.com X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 From: "Joseph L. Casale" To: Mark Lawrence , "python-list@python.org" Subject: Re: Hashed lookups for tabular data Thread-Topic: Hashed lookups for tabular data Thread-Index: AdAz8ITsOlDb5rdsT/6XGbGmQKKOvAAPhuYA//+35wGAAHpJAP//o6DW Date: Mon, 19 Jan 2015 18:58:30 +0000 References: <84c6e1d5671842038e81994478fb5476@exch.activenetwerx.com>, <1421687345419.39659@activenetwerx.com>, In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [172.18.0.4] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 19 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1421693914 news.xs4all.nl 2859 [2001:888:2000:d::a6]:53681 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:84025 > Why not take a look at pandas as see if there's anything there you could= =0A= > use? Excellent docs here http://pandas.pydata.org/pandas-docs/stable/=0A= > and the mailing list is available at gmane.comp.python.pydata amongst=0A= > other places.=0A= =0A= Mark,=0A= Actually it was the first thing that came to mind. I did want to avoid anot= her=0A= dependency unless it was for a good reason and I suspect anything from that= =0A= project would merit it one. I have been looking for a reason to use it for = a=0A= project and this might be it. I probably wont be up to speed in time but I= =0A= will give it a look.=0A= =0A= Thanks,=0A= jlc=