python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Substituting New Relic query element with Bash variable - Bash
I would like to query New Relic (a logging/monitoring service) for some metrics using the New Relic API. I am running this query through a Docker container using a Bash script, and attempting to pass ...
Omar Shah
Votes: 0
Answers: 1
Trying to use sumifs with arrayformula to count the number occurrences of a text
I'm trying to count how many times the text appeared in a range and it is possible that the text can appear multiple times in a single cell.
This is the formula that I'm using and it gives me the resu...
sciryL
Votes: 0
Answers: 1
python - Substitute all elements in a dataframe that don't contain certain words
I have a very large dataframe and I want to substitute all elements that do not contain a specific word with NaN (while keeping the first "id" column unchanged).
For example:
index id te...
pycod8
Votes: 0
Answers: 1
Convert String (16 February 2022 20 h 50 min) into date-time format in Google Sheet
I am trying to convert a string into date format in Google Sheet. I've tried different formulas but failed. I guess REGEXMATCH may solve this or even Google Apps Script can also solve this. But I pref...

Amir Hossain
Votes: 0
Answers: 2