close
Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
136 views

I have a set of feature classes inside a File Geodatabase, which I read using the "Single Merged Feature Type" option in FME. After reading, I perform some analysis on the data. At the end ...
Mitra 's user avatar
0 votes
2 answers
75 views

# SETS set B; # Candidate central kitchens set S; # Schools set C; # Categories class set K; # Set of commodities set N; # Set of nutrients set Y; # Set of groups set G {Y} within K; # Set of ...
nisanur azizah's user avatar
1 vote
2 answers
105 views

I've got a following array of objects let views = [ { name: "A View", active: true, }, { name: "B View", active: false, }, { name: "C View", ...
dariusz's user avatar
  • 595
0 votes
2 answers
313 views

I've got a reader in representing some file data which I want to process, but also calculate hash which would then be appended at the end of it. The challenge is that data hash can only be calculated ...
Tom Raganowicz's user avatar
0 votes
1 answer
221 views

With limited understanding of Spring kafka. I'm facing this problem. As visible in the log spring is adding -1 (or -0) for client id. This is creating a problem as kafka infrastructure has name ...
Ajeetkumar's user avatar
  • 1,337
0 votes
2 answers
144 views

I found this Suffix Sum challenge on CodeForces as I was practising recursion sums: Given two numbers 𝑁 and 𝑀, and an array 𝐴 of 𝑁 numbers. Calculate the sum of the last 𝑀 numbers. Note: solve ...
Crystal Fire's user avatar
0 votes
0 answers
179 views

I'm trying to write a program to detect whether a word has a prefix and/or a suffix. Normally, I'd just use .startswith() and .endswith(). I'd prefer not to use that here because certain words, like '...
Tathya Garg's user avatar
-1 votes
6 answers
4k views

Question: Count the total number of pairs in a list of strings, so that for each pair, one string is the suffix of the other. For example, "door" is the suffix of "backdoor", "...
Specter43's user avatar
3 votes
2 answers
294 views

I'm trying to sort my array values by size but I have a problem. My array pulls out values that are different than the values of the "cmp" function used to sort. The code is this: function ...
Jackom's user avatar
  • 436
0 votes
1 answer
185 views

I've encountered an strange behavior in Chrome related to the local storage url naming that the browser decides. I've noticed that the local storage name inside an iframe has a suffix "^0" ...
Haim Rapoport's user avatar
0 votes
1 answer
39 views

Apologies in advance if my description is not clear enough. Basically looking to add up columns in a dataframe with numeric suffix like a1, a2,a3 but would like the summation to be based on values in ...
Ben's user avatar
  • 1
0 votes
1 answer
1k views

In Snowflake, how can i format the numbers with "M" and "B" suffix for Millions and Billions like display the number as 10M instead of 10,000,000 and 10B instead of 10,000,000,000 ...
Suresh Kumar Desu's user avatar
0 votes
3 answers
2k views

I keep trying to add a suffix to every single value in one column in a dataframe. I accidentally added what I wanted to be a suffix as a prefix. I don't know how to fix this. How do I change the ...
LesMisFan101's user avatar
1 vote
1 answer
564 views

NOTE: Invalid argument 2 to function SUBSTR. Missing values may be generated. NOTE: No rows were selected. %let suffix=_mic; proc sql noprint; select name into :_mic separated by ' ' from ...
Tia's user avatar
  • 23
1 vote
3 answers
54 views

i have data in a dataframe such as the following columns: week, SITE, LAL, SITE, LAL. I need to assign a suffix to the col name == 'SITE' such that the final df will look like: week, SITE_1, LAL, ...
user2100039's user avatar
  • 1,366

15 30 50 per page
1
2 3 4 5
18