Group Abstract Group Abstract

Message Boards Message Boards

0
|
4.2K Views
|
2 Replies
|
1 Total Like
View groups...
Share
Share this post:

Logic problem with Dataset Selection

Posted 5 years ago
POSTED BY: Chris Van Damme
2 Replies
Posted 5 years ago

Hi Chris,

Use SameQ (===)

daet[Select[Head[#e] === f &], {"a", "e"}]
dataset[Select[Not[Head[#e] === f] &], {"a", "e"}]
POSTED BY: Rohit Namjoshi

Thanks Rohit. Subtil interpretations.

dataset[Select[Head[#e] =!= f &], {"a", "e"}]
POSTED BY: Chris Van Damme
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard