I’m testing some code using multiprocessing to try to understand it, but I’m struggling to get the .Value to work. What am I doing wrong, it says p doesn’t exist? here’s my code: And I get this error: What should I do? Answer You only want a single instance of the shared value, p, to be operated on by the
Tag: undefined
How to read most recent file with Pandas? Output path is undefined?
I’m trying to read the two latest sheets in my folder READ1 and READ2 with pandas. Usually when I read files the file name has to be formatted at ‘File.xlsx’ but the method I’m using is printing in the terminal as File.xlsx. I tried changing the format with: Which outputs as [“‘None'”] My Code: If I run my code as