i am facing an issue with update state , which takes up to 4s on very small queries . Count: 1 Time=3.87s (3s) Lock=0.00s (0s) Rows=0.0 (0), ***[***]@localho
I have the following dict: {'id': 1, 'df': pd.DataFrame({'id': [1,2,3], 'col1': ['kuku', 'dudu', 'lulu'], 'col2': [8,9,10]}), 'df_size': 3} When I am trying to
I have an INSERT statement below, taking from 3 inputs that will be passed from a php post request. The statement below returns an error INSERT INTO orderitems
I inherited a project and I'm running into a SQL error that I'm not sure how to fix. On an eCommerce site, the code is inserting order shipping info into anothe
When plotting xarry DataArrays, I would like to select a different formatting of the units in plotting labels, e.g. mass (kg) or mass in kg instead of the defau
I want to create an app that won't allow the user to open any other app until he enters the correct password that he set. My end goal is to create an android ap
I am trying to define lambda handler in a typescript environment. const sampleFunc = async (event) => { console.log('request:', JSON.stringify(event, undef
This been a moment I’m struggling trying to retrieve object data using laravel by only retrieve list based on a DB table colums (using Models). My DB tabl
I can already check if a doc exists in a collection. However I am unable to repeatedly check the same collection while trying different path names. For example,