Posts by Fabrício Patrocínio • 1 point
3 posts
-
0
votes1
answer29
viewsA: How to add multiple column content
df = pd.DataFrame([{'Year': 2015, 'Month': 5,'Day': 11, 'Hour': 11, 'Minute': 45}, {'Year': 2016, 'Month': 11,'Day': 21, 'Hour': 23, 'Minute': 15}]) lst = [] for i in range(len(df)): x =…
-
0
votes1
answer538
viewsQ: How can I make a trial to update the balance in postgres?
Mine has been giving an error that I can not understand talking q is wrong in $, but when I used another example internet trial almost in the same way as mine worked, then the mistake is being on…
-
0
votes1
answer1352
viewsQ: How to call the startActivity() method in an Adapter?
So I have a problem that redirect to another Activity at the click of the button, only within an Adapter class I can’t do anything, I can’t call startActivity(). public class ProdutoRecyclerAdapter…
androidasked Fabrício Patrocínio 1