I am writing the function in Scala to fetch data for training the ML model. I have a dataframe DF1 which have a one column consisting of names. Another datafram
I have this problem where I tried to connect to mySQL driver by using this code below.I set the code that if I failed to connect to mySQL Driv
I am trying to use android viewmodel , livedata with room database. although room database is working finely , when i try to create a instance of viewmodel clas
I'm trying to migrate my Sinatra App from the legacy Amazon Linux to V2 on Elastic Beanstalk using the Thin Server. The Thin Server refuses to start on deploy.
I am using the auto keyboard dismiss SwiftUI code from How to hide keyboard when using SwiftUI? Under AnyGestureRecognizer, I'll like to cancel when the touch i
I am currently busy trying to make a mark off to the list when it is done for the to-do app. here is the JS code for it: let tasks = []; function todo(text)
I am trying to index multiple columns of data and do not want to have multiple lines of code running. Example: df1 <- data.frame( A= c(245, 1124, 1256),
I have defined external property file with below keys fruit.taste.mango=sweet fruit.taste.orange=sore I want to form above key dynamically but its not work