Knime with Pandas 0.24

Hi,

For a workflow that analyses finance data, I am getting a problem I don’t know how to solve.

I use Keras, that as I have seen in other conversations, it relies on Pandas 0.23. But at the same time, I use the yfinance package that relies on 0.24.

How to solve this? Is there any package that allows Knime to use 0.24?

Thanks in advance,

@Apeire you could use several python configuration in parallel. Maybe in two different node - also via the conda environment propagation. You could pickle intermediate results or save them as parquet file.

1 Like

Thank you!

I think it works. I will have to spend some time making some test, but looks good.

Regads!

1 Like

@Apeire glad you have a way forward. If you want you could explore these examples about options you have with python and KNIME.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.