User Portlet User Portlet

Sean Cheren
Discussions
Thanks for letting me know about that Sean!
Rules, Elements, and Options are documented in ref/Import and you can find all of the details I summed up in tutorial/ImportingAndExporting (including the esoteric "Options" examples). There is a ton of information in our documentation and we do our...
I don't see any problem with plotting or loading this data. Indeed the first line is a string instead of a number and many numbers of which you want to take the Log are 0 but in general mathematica doesn't realy care about that at all. ...
Change `Drop[suicide2[All], "2016"]` to `Select[suicide2, #[[2]] != 2016 &]` or `DeleteCases[suicide2, {x_, 2016., y___}]` like Hans suggested. Both will do the same thing from a different perspective.
Thank you, this is very valuable!
Thank you, that is really helpful feedback!
This is a [great Performance Lab SPORT Fat Burner review][1] that works! [1]: https://thebigsleuth.co.uk/performance-lab-sport-fat-burner-review/
Hi Eric, keep your eyes peeled for the next version of Wolfram Language, the bug involving sheets with charts in XLS and XLSX has been solved, among many other important bug fixes.
Hi Mikhail, MathematicaOnline or the CloudDeploy function might provide what you're looking for (see the documentation). I think you may also be able to export WL code to the web in HTML format, but that's not an area I'm familiar with so can't...
And in the future, the WL will be able to automatically detect the encoding when Importing Text.