Timeline for How to make use of Associations?
Current License: CC BY-SA 3.0
3 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jul 22, 2014 at 12:53 | comment | added | Rolf Mertig | Your example mentioned on Hacker News does not quite work on a fresh Mathematica 10.0.0 session on Windows (it does on Linux): Executing titanic = ExampleData[{"Dataset", "Titanic"}];titanic[Histogram, "age"] produces Failure[ ...]. Only titanic = ExampleData[{"Dataset", "Titanic"}]; titanic[#, "age"] &@Histogram or any other previous mentioning (autoloading) of Histogram works. Sometimes I wonder why WRI releases beta versions as .0.0 releases. | |
| Jul 12, 2014 at 14:37 | history | edited | rm -rf♦ | CC BY-SA 3.0 | deleted 103 characters in body |
| Jul 10, 2014 at 19:51 | history | answered | Taliesin Beynon | CC BY-SA 3.0 |