Posts by Laís • 29 points
2 posts
-
-1
votes1
answer73
viewsQ: How can I check if a column of a dataframe is contained in a column of another dataframe?
Hello, I have the following question: I have two dataframes and I want to check if the values of one column contain in another column of another dataframe that does not have the same name nor the…
-
3
votes1
answer97
viewsQ: How to compare two string values with pandas?
Hello! I have two pandas dataframes and selected a column of each with ids. I want to compare the ids to see if the id of one dataframe is contained in another, but it does not have the same amount…