Posts by Jose Edmario • 23 points
2 posts
-
0
votes2
answers658
viewsQ: Check if the values of a certain Dataframe column exist in a certain list using np.Where
Hello! I’ve been trying to check if a certain value present in a certain dataframe column is present in a list, using np.Where. In other words, it would look like this: df = { 'Pais': ['Brazil',…
-
0
votes2
answers1733
viewsQ: Function that returns all combinations of a string
Hello! I’m trying to develop a script so I can review some content covered while studying and training my logic and I proposed a challenge to myself: Develop a script capable of returning all…
pythonasked Jose Edmario 23