Icon

Public

This directory contains 16 workflows.

IconCategorizingNotes 

A common problem in mechanical and medical data is associating notes with a category. In this challenge, you will automate the process of sorting mechanical […]

IconDateToFiscalYear 

In the accounting firm you work for, you are given contracts which were executed on different dates. Your goal is to create a method that can label each of […]

IconEatingOut 

Description: You are interning for a travel agency that wants to know about their top spenders' eating habits. As a trial run, you are given a tiny dataset […]

IconEmployeeSkills 

A survey was done to ask employees to rate themselves on a scale of 1-5 on different technologies and skills. We would like you to analyze this data and […]

IconExtractingATableFromAPDF 

Given a text-based PDF document with a table, can you partially extract the table into a KNIME data table for further analysis? For this challenge we will […]

IconGroupingDataIntoCSVFiles 

You were asked to split a single sales CSV file into smaller ones based on groups, named according to the group names. Your solution to this task should […]

IconHousingMarketMadness 

Housing prices in America are a bit out of control. In this challenge, you will see how housing prices have changed through time. Here are the tasks for […]

IconImplementingCustomTimeAlignment 

Description: KNIME has just released a new textbook on time series: to celebrate it, we will do a little time series analysis in this challenge. Check out […]

IconJsonDataExtraction 

Extraction of data from a JSON file with different data types and mixed array and nonarray structures. By converting the JSON file into an XML file, such […]