Converting Python code to Pyspark

Hi, I have a question about Pyspark nodes.

I want to convert the code written in Python language in Jupyter Notebook to Pyspark Code in KNIME.

In this case, should I convert the Python language in Jupyter to spark language and then import it into KNIME?

Or will the Python language work the same in Pyspark without converting it to spark language?

Thanks.

Hi,
always best to check for yourself as KNIME is more flexible than one might think :slight_smile:
but in general
if you use Pyspark script nodes then you want to write pyspark code
if you want to use “normal” python then use the python nodes for that
br

1 Like

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