Chris_Shehu
Valued Contributor III

Closing the loop on this in case anyone gets stuck in the same situation. You can see in the images that the transforms_test.py shows a different icon then the testdata.csv. This is because it was saved as a juypter notebook not a .py file. When the script runs it's trying to access the file but breaks because it can't use the notebook. Re-creating the file as a .py fixed the issue.

View solution in original post