I am trying to use a presence channel to see users come and go. With this purpose, as documentation recommends, I wrote this code. And I receive this. But h
I have 2 pandas dataframes df1 & df2 with common columns/keys (x,y). I want to merge do a "(df1 & not df2)" kind of merge on keys (x,y), meaning I want
I was making a navigationbar. And I would like to add scale effect and underline effect when mouse is placed on the button. I made a lower component in the c
Okay. When I execute an application on my android(games, email Whatever). I just want a sound to go off when I do this. I downloaded some cool futuristic door o
I have the following dataframe: df <- data.frame(Business_Date = c("01/01/2018", "01/01/2019", "01/01/2020"), Business_Date_2019 = c("01/01/2019","01/01/2019
I'm facing a problem with the android broadcast receiver. I have a login page and after a successful login the app goes to another activity. And it contains a b
I would like to enable browser's autofill option by using the autocomplete attribute. According to https://html.spec.whatwg.org/multipage/forms.html#autofill
My data has a {NPS} field that I want to get the mean value. Due to my other data in the same dataset, the values are not unique. I want to get the unique {NPS}
Im trying to build a simple console app called Digital Caddie. The purpose is that the user should have a maximum of 5 bags and each bag shoul