Why do I get the error "Type '() -> ()' cannot conform to 'ShapeStyle'" in this code? It works in other places. RoundedRectangle(cornerRadius: globals.corner
I have an Excel table, which is a primitive database. Each line is the name of the product, delivery date, unique supplier's number, and the email address of th
I have source code like this chain accept the multple number of lists. list1 = [1,2,3] list2 = [1,2,3] list3 = [1,2,3] chain(list1,list2,list3) However I want
I'm working with a script that displays the date and time in ISO 8601 format like so: 2012-05-17T17:35:44.000Z. but I would like it to display in the normal Co
I wan to build a function that takes a number from a list of float numbers, and retrieve the nearest values above and below it. 1.1 3.0 6.6 2.2 5.6 4.2 For exa
I have a batch script that launches two Chrome windows. I want to focus the first one when it launches and then the second one. "%PROGRAMFILES(x86)%\google\chro
I have a 2 column df and time series with 400 observations. I am trying to select the first 300 observations for the training set and the last 100 observations