Issue transitioning from - Macos 10.15.7 on Intel iCore i7, python 3.10 --- to Apple M3 Max, OS 14.6, python 3.12.3:
issued package installs to correct import errors.
python program executes without throwing any errors/ warnings, but delivers different results. It is a pandas
dataframe data manipulation program with read/write from/to excel using pd.read_excel and pd.ExcelWriter.
execution is from the Terminal command line.
PATH has /usr/local/bin:/Library/Frameworks/Python.framework/Versions/3.12/bin up front, input data is the same, output is not the same.
/usr/local/bin has symlinks to the Frameworks 3.12 dirs …
What am I missing?
Ideas appreciated.
Thanks