Icon

Public

This directory contains 400 workflows.

Iconkn_​example_​python_​parquet_​jupyter 

Parquet file format, KNIME and Jupyter notebook - work in progress - /data/kn_example_python_parquet_jupyter.ipynb a jupyter workbook with several way to […]

Iconkn_​example_​python_​pickle_​dictionary 

KNIME/Python - write and read back a dictionary Pickle any Python object you want, save it as a ZIP file with the model wriiter node and read it […]

Iconkn_​example_​python_​polars_​pandas_​arrow 

working with Polars dataframe in KNIME Python node

Iconkn_​example_​python_​read_​arff_​file 

use the new (KNIME 4.6) integrated Python extension to read and write ARFF file into KNIME, export it again as Parquet, put it into SQLite database and read […]

Iconkn_​example_​python_​read_​orc_​file 

Read ORC file into KNIME's Python node If you want to transfer several files from outside sources into the Python environment and not loose column types ORC […]

Iconkn_​example_​python_​read_​parquet_​file 

use Python to read Parquet file into KNIME, export it again, put it into SQLite database and read it back use Python to read parquet file into KNIME, […]

Iconkn_​example_​python_​read_​parquet_​file_​2021 

use the new (KNIME 4.6+) Python Script node and bundled Python version to read Parquet file into KNIME, export it again, put it into SQLite database and […]

Iconkn_​example_​python_​tar_​gzip_​csv 

Extract CSV data from .tar.gz file and import to KNIME

Iconkn_​example_​python_​text_​fixed_​width 

export data to a fixed width text file with KNIME and Python

Iconkn_​example_​python_​utf8_​characters_​csv_​file 

KNIME and UTF-8 characters with CSV between Python nodes with Pandas and Arrow import knime.scripting.io as knio import pyarrow as pa import pyarrow.csv […]