User Portlet User Portlet

Discussions
I work with a list containing DateObjects. I want to transform the dateobject to a "Month". The list contains 6 parts. Fot simplicity, the list looks like: test = {{"ASX", 15, DateObject[{2021, 03, 08}], "buy", "F", 21.95} , {"ASX", 15,...
For this question I use a simple example. I have the following association test = Association[{a -> x, b -> y, c -> z}] the output is: x, b -> y, c -> z|> After I export this association: Export["test.csv", test, "CSV"] I...
In the helpfile I found two examples to get a list of industry-segments: Take[FinancialData["DrugManufacturers-Major", "Members"], 20] FinancialData["Publishing-Books", "Members"] I would like to get a list of companies from different...
Can you import the file with Import[]
Can you specify 'basePlot'
Hi, I work with the Predict function to train a neuralnetwork. datnn = Predict[dattrain, Method -> "NeuralNetwork", PerformanceGoal -> "Quality"]; NNCM = PredictorMeasurements[datnn, dattest]; CP = NNCM["ComparisonPlot"] One of...
Hi, I'm working as Datascientist in the sociale science, especially marketing. Two years ago I gave een presentation on the European Wolfram Conference in Frankfurt about finding patterns in soccer/football-matches. I'm using Mathematica especially...
It was a small experiment for getting a better understanding using rotationtransform. Below I show you mine result. data = Flatten[Table[{x, y, x^2 - y^2}, {x, -3, 3}, {y, -3, 3}], 1]; FG = Table[ ...
Hi I 've a issue with using SemanticImport. For example when i want to run de next command > sales = SemanticImport["ExampleData/RetailSales.tsv"] I get the message: > SemanticImport::unexpinvaliderr: Unexpected invalid input was >...
Hi, This a great example. I tried to copy this example on my own data. It works fine. The only issue I've is that there is not a kind of refresh of the image after each day. So, when a bullit is highlited, it stays highlited even that specific...