I am trying to create a macro that inserts an image into one cell when the user enters specific information into an other cell. Right now it's working but not r
I am building a function that will take an instance of a class object and convert it to an XML request to be sent to a web service. To accomplish this, I am us
I am getting below error while executing the Azure VM extension in Terraform for run Powershell script. Could you please help me to solve this error? Command ex
I need to return all of these columns but only where EmployeeID occurs once. I tried using group by having COUNT but get the error in the title. I have seen so
Here is what I've done so far: There is an API (Hacker News - https://github.com/HackerNews/API) from which I send a GET request from my Java program and retrie
I've got a JavaScript object definition which contains a circular reference: it has a property that references the parent object. It also has functions that I
I have a custom post type named projects and a taxonomy named type and some terms of that taxonomy like research, work, personal in which a project can belong o
I'd like to ask you if there's a method, using Python, that allows to convert a premade .gv/.dot file into a png/svg file. I've tried pydot but since I can't in
I am reading a txt file via pandas. Trying to replace quotes (") with (null), but no luck. Also getting nan values, which is not needed. How to resolve this ? c