I have a dataset that I need to track customers spending week by week based on the store. store <- c(1,2,3,4,5,6,1,2,3,4,5,6) week <- c(1,1,1,1,1,1,2,2,2,
Is it possible this? I have the following table: Col1 Col2 col3 code1 US 9 code1 0 5 code2 US 4 code2 0 11 code3 0 11 and I'm trying to get the higher col3 va
so, i'm recently testing out some apis and i've come to an unexpected array that ive seen. So, what i'm trying to do is fetch data back from the api, but the ap
I have the following table, from which i have to fetch non unique rows id idA infos 0 201 1899 1 205 1955 2 207 1955 3 201 1959 I'd like fetch all the rows fo
I have view model: public class AvailableTimesViewModel { public AvailableTimesViewModel() { } public AvailableTimesViewModel(List<DateTime> lis
Below is the line of code that is causing issue. I need to convert current UTC time to local time as per local time zone. Note: Not using DateTime.Now because D
I am integrating online payments to a web app. To do this I am using the SumUp API. It takes simple http requests. Here is the part of the documentation I am wo
Many of the Python source code files for the amazing PyCascading package have references to cascading.someobject in their header. E.g. from cascading.tuple imp
I've been trying to use a springboot project that can integrate with mysql and jasperreports. The idea is that the user can add whoever to the database and then