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


Groups > comp.lang.python > #84022 > unrolled thread

Re: Hashed lookups for tabular data

Started byMark Lawrence <breamoreboy@yahoo.co.uk>
First post2015-01-19 17:26 +0000
Last post2015-01-19 17:26 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Hashed lookups for tabular data Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-01-19 17:26 +0000

#84022 — Re: Hashed lookups for tabular data

FromMark Lawrence <breamoreboy@yahoo.co.uk>
Date2015-01-19 17:26 +0000
SubjectRe: Hashed lookups for tabular data
Message-ID<mailman.17857.1421688397.18130.python-list@python.org>
On 19/01/2015 17:09, Joseph L. Casale wrote:
>
> This is actually far simpler than I had started imagining, however the row data
> is duplicated. I am hacking away at an attempt with references to one copy of
> the row.
>
> Its kind of hard to recreate an sql like object in Python with indexes and the
> inherent programmability against a single copy of data.
>
> I'll mock this up and see what it profiles like.
> Thanks!
> jlc
>

Why not take a look at pandas as see if there's anything there you could 
use?  Excellent docs here http://pandas.pydata.org/pandas-docs/stable/ 
and the mailing list is available at gmane.comp.python.pydata amongst 
other places.

-- 
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.

Mark Lawrence

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web