Group Abstract Group Abstract

Message Boards Message Boards

1
|
3.9K Views
|
3 Replies
|
4 Total Likes
View groups...
Share
Share this post:

[?] Best way to model domain-specific concepts with Wolfram language?

POSTED BY: Fabrice Jossinet
3 Replies
POSTED BY: Szabolcs Horvát

You can try Association and Dataset:

petsDatabase = 
 Dataset[{Association["name" -> name1, "size" -> size1], 
   Association["name" -> name2, "size" -> size2]}]
petsDatabase[All, "name"]
petsDatabase[All, "size"]
POSTED BY: Gianluca Gorni
POSTED BY: Fabrice Jossinet
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard