Posts by Marcos Paulo • 23 points
4 posts
-
-1
votes2
answers284
viewsQ: Convert pandas dataframe column with string array (Python)
I have a data frame pandas in Python, in which one of the columns is bringing the values in an array(list). I would like to remove the brackets ([]), to convert into string. I have tried with strip,…
-
0
votes0
answers1197
viewsQ: Property does not exist on this Collection instance
From what I’ve researched, it could be something related to the fact that you’re in a relationship 1:N, hasMany > belongsTo, but I don’t know what I have to do. I’m developing a API in Laravel…
-
0
votes1
answer70
viewsQ: Good practices on a GET request (Laravel API)
Hello, I have a table with user login data and this table has relation with several other tables (FK). I’m doing an API using Laravel, but a question has arisen. If I do a GET in the Login table,…
-
1
votes1
answer180
viewsQ: Relationship of tables (Laravel API)
I am creating a PHP API using Laravel, but I could not make the relationship between two tables. User Table(Loginusers)>User Behavior(Behaviors) . I have already created the GET of Loginuser and…