Posts by Júlio Reis • 1 point
2 posts
-
0
votes0
answers80
viewsQ: Problems receiving data from another Activity Android Kotlin, Intent must not be null
Hello, I am trying to pass the data I receive from a call to the API, and send this data to the next Activity, however I am receiving that Intent is null, as code below. I have tried changing the…
-
-1
votes1
answer379
viewsQ: I want to convert Timedelta to float
I have a Dataframe in which one of the columns is the time interval in days between the search from one row to another, the data of this column are in the Timedelta form, as in the example:…