User Portlet
| Discussions |
|---|
| Thank you, Sam and Vitaliy, Just what I needed! Regards, Gregory |
| Hi Marco, Much obliged. I'll definitely have to create a custom stop-words lists. Mathematica's is too broad, and includes words that have potential positive or negative sentiment (e.g., "against") in the context of text analysis. Regards, ... |
| Hi everyone, I have read that Export is an inefficient way to dump results to disk and that Put is a better way. Can I use Put to write a matrix or array to a file in CSV format? If so, how? Gregory |
| Hi again Sander, I added Module[{}, Unprotect[In, Out]; Clear[In, Out]; Protect[In, Out]; ClearSystemCache[]; ]; which I found on the StackOverflow website. It speeds things up, not ideal, but in conjunction with your tip about... |
| Hi Andrew, My pleasure, but I won't be messing with it for a while as I have a big data collection job to do right now. Gregory |
| Hi everyone, I have a list of 38 grids myGrids that are styled with a particular font family, font size, and dividers. I want to run a Do loop that will create a new notebook for each grid, insert the grid, and then save each as PDF. I... |
| Hi Christopher, Nicely done! Thank you. I did try throwing in the right parenthesis as an exception but I did not follow it with RepeatedNull. Never would have thought of that. Lots to learn. Thanks again, Gregory |
| I too thought I had a list of associations. I created it using GroupBy and mistakenly thought it had created a list like GatherBy does. How embarrassing. Thanks again, Gregory |
| Hi Marco, Ming Yang, Kuba, and Christopher, Thanks for your tips. So many ways to do it! Gregory |
| Hi Christopher and Henrik, Thanks for your tips. They were a big help. Gregory |