I'm using Fortify in my Laravel 8 application that's used as an API backend to a Nuxt front-end. When a user logs in, and their log in is successful; I'd like t
I’m running my DAG with configuration JSON, which includes parameters which includes -, e.g. market-name When I’m trying to read it using the follow
I'm trying to split a string of sentences by "." to get each sentence in an array. Like below: $Text = "Hello, Mr. James. How are you today." $split= explode("
Learning Data Science and need to convert 'object' values to 'categorical' values. While I was studying somebody's code I encountered that there are two possibl
I am trying to add and subtract few days and months from current date depending on the frequency and sequence of the notifications to be sent on these days. i.e
How do I extract from a matrix rows and columns that are not consecutive. For example, in this matrix how do i extract rows 1,2 and 4 with columns 1, 2 and 4? i
Using removeValue I need to pass the id for the item but I need to be able to select 1 or more items which I already have and then be able to delete those items
Context: I have a markdown document with 14 tabs which all include DT tables. My stakeholder is requesting if I can create one filter for all tabs in the docume
How to access answer of specific question_id (32932554) of each attendee in java: The working python version: for attendee in json_string['attendees']: