Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #107823
| From | David Shi <davidgshi@yahoo.co.uk> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Simplest way to locate a string in a column and get the value on the same row in another column |
| Date | 2016-04-28 18:37 +0000 |
| Message-ID | <mailman.209.1461869020.32212.python-list@python.org> (permalink) |
| References | <759417988.6710506.1461868599459.JavaMail.yahoo.ref@mail.yahoo.com> <759417988.6710506.1461868599459.JavaMail.yahoo@mail.yahoo.com> <1650815019.6612341.1461868675273.JavaMail.yahoo@mail.yahoo.com> |
What is the simplest way to locate a string in a column and get the value on the same row in another column ? 1 a2 b3 c Locate b and obtain 2 in a table. Looking forward to hearing from you. Regards. David
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Simplest way to locate a string in a column and get the value on the same row in another column David Shi <davidgshi@yahoo.co.uk> - 2016-04-28 18:37 +0000 Re: Simplest way to locate a string in a column and get the value on the same row in another column John Gordon <gordon@panix.com> - 2016-04-28 19:08 +0000
csiph-web