Posts by Patrick Queiroz • 13 points
1 post
-
0
votes1
answer85
viewsQ: Open Python file in a different folder (Explorer)
I would like to know some way to open a file (example, a .csv to do some data analysis) from Windows Explorer. Example: arquivo = open('arquivo_1.csv','r') but with the file 'arquivo_1.csv' coming…