Group Abstract Group Abstract

Message Boards Message Boards

0
|
5.4K Views
|
3 Replies
|
2 Total Likes
View groups...
Share
Share this post:

Search for words in an association?

Posted 7 years ago
POSTED BY: Mike Luntz
3 Replies
Posted 7 years ago
POSTED BY: Mike Luntz

I get the sense you are coming from a background in other programming languages. Immodestly, you might also want to look at this http://community.wolfram.com/groups/-/m/t/1167544 for general advice on querying data in Mathematica.

POSTED BY: Seth Chandler

You can try with StringSplit and MemberQ:

zDataset = Dataset[zAssoc];
zDataset[Select[MemberQ[StringSplit[#Name], "Tom"] &]]
POSTED BY: Gianluca Gorni
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard