I'm working on a R package, that makes use of reticulate to call some functions of a Python package I implemented, installable through pip. Following its docume
Here's my SQL setup create table a ( id serial primary key, ta text ); create table b ( id serial primary key,
I have some data in S3 location in json format. It have 4 columns val, time__stamp, name and type. I would like to create an external Athena table from this dat
I have sx <- structure(c(17, 11, 4, 0, 17, 11, 9, 15, 26, 12, 9, 0, 11, 9, 12, 5, 0, 9), .Dim = c(3L, 6L)) I need to break the value = 0. I used that functi
My if/else statement recently keep giving me false even when it should return true. See below my code: const managerStatus = () =>{ const theManager = "Nic
Consider the following code: int32_t x = -2; cout << uint64_t(x) << endl; The cast in the second line contains basically two atomic steps. The in
I have tried lots of times by taking many ways but it doesn't work anyway. import tensorflow as tf from tensorflow.examples.tutorials.mnist import input_dataput
i want to add parameter for HTTP Request PUT on the body, but i only can do like this http://localhost:9996/Events/employee/{id}.json?name={name} so how to p
I'm still very new to R so bare with me. I have an existing dataset with 33 unique participant Id's and activity dates of 30 days for each of these participants