I am trying to call Uniswap's Router's function swapExactTokensForETHSupportingFeeOnTransferTokens(). When I enter the values manually on etherscan, it goes thr
I want to show recently added data in the collection from MongoDB. How can I do that?
I have entries in pandas, I need to change the small letter to a large letter after the dash sign. And it is best to record this change in a separate column. Ex
I have 10 mb database and this code: cursor = mDatabase.query(CitySQLiteHelper.TABLE_CITIES, ALL_COLUMNS, null, null, null, null, "name DESC", "20"); if (curso
I have a pandas dataframe looking like this: Name start end A 2000-01-10 1970-04-29 I want to add a new column providing the difference bet
I built a web hook receiver that takes JSON and creates a model object. It works fine with JSON. But someone I am receiving data from uses a different type of s
I Want to make out of a String ("Hello this is a String That is very odd") Substrings by a defined legth (eg. 8) so that when string gets cut at index 8 but alw
I am trying to fit a decision tree regressor to a dataset, and it is working but when I test it out by calculating mean squared error. I get an error that looks
int math=0,phy=0,che=0,avg=0,cprg=0,n,i=1,sum=0,large; char name, roll_no, dept; printf("\n How many students : "); scanf("%d", &n);
I have been trying to push the results of MySQL query to a list(shoppingList), but the shoppingList is always empty, even though I'm getting 2 results back. I t