def kill_my_session(): while True: if keyboard.is_pressed("Esc + ctrl"): browser.quit() os._exit(0) time.sleep(1
I'm stuck in a section of my code that I need to manipulate. This list isn't always going to have a length of 4. Sometimes it could be 1, 10, or 20; just depe
const getOrders = async() =>{ const email = user?.email; const url = http://localhost:5000/orders?email=${email}; const {data} = await axios.get(url,{ header
I have 3 arrays after merge these array I get this results Here is the function I used for merge arrays function mergeArrays(...$arrays) { $length = cou
I'm trieng to set up ssl(mTLS) connection between Spring client and Kafka. I was given two files: -app.keystore; -client.truststore. When I checked the fil
For my studies, I have to work with various archival files and I am lucky that I to already have metadata in a .csv file. When I work with the individual archiv
I have this small issue in a workbook. I wanted to simply a very long function by using array formulas. The formula works well and produces the expected results
If I have some missing values and I would like to replace all NaN with average of preceding and succeeding values, how can I do that ?. I know I can use pandas