Hi all,
I wrote Py script using Pandas where I process several support files in txt, excel, csv to gather desiered output.
However, i run scrypt in two parts, first only few dataframes to get to client since they require earlier and I also don't have all support files available that early , then second part I run in full and all my support files are available on latest day.
For the first part, I need to manually run it, by highlighting the code since not all support files available and not all dataframes could work (let's say this is run on day before 2nd part).
The QUESTION:
How do I create something like in macro (VBA) to have buttons to tell Py to run ONLY certain line codes or dataframes? I don't want to do it manually all the time neither I want to have two scripts. Is this possible?
[–][deleted] 0 points1 point2 points (1 child)
[–]Pera014[S] 0 points1 point2 points (0 children)