I am trying to call python code in NetBeans and mentioned the right version of python and set the path too but still am getting
ImportError: No module named pandas
Already set path and environment variable.
PythonInterpreter interpreter = new PythonInterpreter();
interpreter.execfile(" absolute path to .py file");
and I get this error :
ImportError: No module named pandas while executing python code in Netbeans