I want to build an .exe program to parse large .csv files much faster than I would manually in Excel. The problem I encounter concerns the instructions to be given to the .exe to select and analyze the csv file. Once I move the program to another folder it doesn't work. How can I fix?
I set this:
df = pd.read_csv('file.csv', sep=';')