Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #84022
| From | Mark Lawrence <breamoreboy@yahoo.co.uk> |
|---|---|
| Subject | Re: Hashed lookups for tabular data |
| Date | 2015-01-19 17:26 +0000 |
| References | <CAPTjJmr1YXTXGi+YE0yjUxgdoy2iOWDq_th4u6ghiQ+QOouNvg@mail.gmail.com> <1421687345419.39659@activenetwerx.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.17857.1421688397.18130.python-list@python.org> (permalink) |
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
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Hashed lookups for tabular data Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-01-19 17:26 +0000
csiph-web