Icon

Public

This directory contains 400 workflows.

Iconkn_​example_​python_​excel_​xlsb 

Read binary Excel Files (.xlsb) wit the help of Python package "pyxlsb" conda install -c conda-forge pyxlsb

Iconkn_​example_​python_​filter_​columns 

use Python to drop columns with specific names

Iconkn_​example_​python_​flow_​variable_​if_​switch 

Three ways to handle combination of Flow variables from Python and If switches In one Python environment a Flow Variable for the usage in KNIME will be […]

Iconkn_​example_​python_​graphic_​anova_​three_​way 

KNIME & Python Graphics - Plotting a three-way ANOVA (Draw a pointplot to show numeric value as a function of three categorical factors) adapted from: […]

Iconkn_​example_​python_​graphic_​bar_​3d_​chart 

KNIME (4.6) & Python Graphics - 3D Bar Charts - using bundled Python version (no additional Python installation necessary) adapted from: […]

Iconkn_​example_​python_​graphic_​bar_​chart_​percentage_​change 

Summary: This script is designed to perform a comparative analysis of yearly data, visualizing the changes in various values across consecutive years. It […]

Iconkn_​example_​python_​graphic_​bar_​charts 

KNIME & Python Graphics - Grouped barplots with Seaborn adapted from: https://seaborn.pydata.org/examples/grouped_barplot.html

Iconkn_​example_​python_​graphic_​bar_​charts_​46 

KNIME (4.6) & Python Graphics - Grouped barplots with Seaborn - using bundled Python version (no additional Python installation necessary) adapted from: […]

Iconkn_​example_​python_​graphic_​bokeh_​json 

Send more complex Bokeh/JSON data thru KNIME data table to Generic JavaScript View - USING local Bokeh ressources

Iconkn_​example_​python_​graphic_​boxenplot_​large_​distribution 

KNIME & Python Graphics - Boxenplot Plotting large distributions KNIME & Python Graphics - Boxenplot Plotting large distributions adapted from: […]