Hello to Knime community,
I am newbie and I would like to ask your help and advise about an issue running my Python script. My script that filter some data working perfectly in Pycharm using Conda environment. I use the same environment in Knime but I get an error:
āpython Script 8:459:460: Execute failed: NotImplementedError: KnimePandasExtensionArray cannot be created from factorized yet.ā
I have a filter that might cause the problem but I am not sure if that cause the problem:
for (x, y), k in groupDATA:
len(k) == 2
Please, what steps you suggest to follow to find what cause the problem. Could be the data? or the python code? or something else?
Any help or advise it would be more than welcome
Some info might help:
in Knime:
sys version
3.9.18 (main, Sep 11 2023, 14:09:26) [MSC v.1916 64 bit (AMD64)]
pandas version
2.0.3
in Conda:
Python 3.9.18