r beginner here. I'm trying to create a new column with the following code: data %>% mutate(age_cat = if_else(suspect_age %in% 0:14, "Under 15", if_else(susp
I have this dictionary that takes data from a csv file: def read_results(full_file_path): csv_dict = {} with open(full_file_path,'r')
I have CSV file which contains Mobile Number, for e.g. number.csv 1276543281 1276543282 1276543283 1276543284 1276543285 Configured CSV Data Set Config with fo
I am trying to have a tab bar and each tab bar has its own stack navigator. Three tabs that i have are Home Profile Settings I want to show these three options
I have problems with cloud recording. Right now I am testing it with postman. I call acquire, then start, start returns code 200 ok or code 201 created. Then, w
I am running confluence 7.9.1 and postgres 10 but when we start only postgres container it doesn't throw below logs unsupported frontend protocol 1234.5680: ser