Posts by Thiago • 136 points
2 posts
-
2
votes1
answer185
viewsA: Search within csv and bring other row columns - Python
Using the pandas library is quite simple to solve this problem. You can read csv automatically using the pandas read_csv command. And filter the lines that contain the table you want. In my example…
-
0
votes3
answers450
viewsA: Rename files and move out of the Python directory
I tested your code in a directory on my machine (Macosx) and for me it worked normally to enter the folders I have in this directory. So I couldn’t replicate the error. I just had to check if the…