Posts by Mateus Candido • 1 point
1 post
-
0
votes1
answer278
viewsQ: Relate two Dataframes in pandas and return value in python
I have two Dataframes, both in csv that import in pandas, one with the history of protocol records and one with a list of people authorized to make changes in the records of procotolos. How can I…