I am receiving my API data in react. I am sending same data to another component to download the excel file. const [data,setData] = useState([]); const fetc
I have an endpoint method that returns a List of Items, I wonder how can I intercept this list to apply some modifications for example: @PostMapping(value="/som
im getting a output of the temperature i entered instead of getting the sum. im trying to get both the total f and c. I tried making totalf and totalc arrays i
I am trying to do a logistic regression with stepwise but I get a singular matrix error which doesn't make any sense here log_res = sm.Logit(regdata.iloc[:,8],r
I am trying to place shadows in one of the div and it's not showing up. Here is one div where I am trying to implement the shadow: #intro { padding: 0px;
I have these two objects A and B I want to use these objects interchangeably in the digit class like shown in this snippet code internal object A { internal
I have a container that has a partition key made up of two fields. Neither of them is 'id'. In this example it is FormId and Version. I am calling a function th