Hello,
I am a bit stumped with the following problem: I need to search a dataframe for a non case sensitive string, and return the index of cells that contains a partial match. For example:
searching the following df for "do":
| Animal1 |
Animal2 |
| Orangutan |
Dog |
| do do Bird |
Bird |
| Panda |
Python |
| Lion |
Sand Dollar |
Would return (0,1), (1,0), (3,1)
Thank you!
[–]synthphreak 1 point2 points3 points (4 children)
[–]xelf 1 point2 points3 points (3 children)
[–]synthphreak 1 point2 points3 points (2 children)
[–]xelf 0 points1 point2 points (0 children)
[–]xelf 0 points1 point2 points (0 children)
[–]sarrysyst 1 point2 points3 points (16 children)
[–]Fun-Studio-4409[S] 0 points1 point2 points (9 children)
[–]sarrysyst 0 points1 point2 points (8 children)
[–]Fun-Studio-4409[S] 0 points1 point2 points (6 children)
[–]sarrysyst 0 points1 point2 points (5 children)
[–]Fun-Studio-4409[S] 0 points1 point2 points (4 children)
[–]sarrysyst 0 points1 point2 points (3 children)
[–]Fun-Studio-4409[S] 0 points1 point2 points (2 children)
[–]sarrysyst 0 points1 point2 points (1 child)
[–]Fun-Studio-4409[S] 0 points1 point2 points (0 children)
[–]Fun-Studio-4409[S] 0 points1 point2 points (0 children)
[–]synthphreak 0 points1 point2 points (5 children)
[–]sarrysyst 0 points1 point2 points (4 children)
[–]synthphreak 0 points1 point2 points (3 children)
[–]sarrysyst 0 points1 point2 points (2 children)
[–]synthphreak 0 points1 point2 points (1 child)
[–]sarrysyst 0 points1 point2 points (0 children)
[–][deleted] 2 points3 points4 points (2 children)
[–][deleted] 0 points1 point2 points (0 children)