Hub
  • Software
  • Blog
  • Forum
  • Events
  • Documentation
  • About KNIME
  • KNIME Hub
  • Search

198 results

Filter
KNIME Advanced Luck
Books Exercise Flow control Loop IF-THEN
+4
  1. Go to item
    Workflow
    Chunk Loop
    Books KNIME Advanced Luck Loop
    +3
    This loop iterates over the input data table just once from beginning to end. It divides the data table in smaller chunks and ite…
    jeany > Public > KNIMEPress > KNIME_Advanced_Luck_4.1_20200525 > AdvancedLuck > Chapter6 > 6. Chunk Loop
    1
  2. Go to item
    Workflow
    Accessing Google Sheets
    KNIME Advanced Luck Books Google
    +3
    Here we access and read the content from a Google Spreadsheet, containing InChI keys identifying molecules on a chemical database
    jeany > Public > KNIMEPress > KNIME_Advanced_Luck_4.3_20210222 > Chapter3 > 1. Access__GoogleSheets
    1
  3. Go to item
    Workflow
    Accessing Google Sheets
    KNIME Advanced Luck Books Google
    +3
    Here we access and read the content from a Google Spreadsheet, containing InChI keys identifying molecules on a chemical database
    jeany > Public > KNIMEPress > KNIME_Advanced_Luck_4.1_20200525 > AdvancedLuck > Chapter3 > 1. Access__GoogleSheets
    1
  4. Go to item
    Workflow
    Chapter 2 / Exercise 1
    Books KNIME Advanced Luck Exercise
    +3
    This exercise is about writing data into a database and while doing so it prepares the data for the next exercises. Reads cars-85…
    jeany > Public > KNIMEPress > KNIME_Advanced_Luck_4.3_20210222 > Chapter2 > Exercises > Exercise1
    0
  5. Go to item
    Workflow
    Chapter 2 / Exercise 1
    Books KNIME Advanced Luck Exercise
    +3
    This exercise is about writing data into a database and while doing so it prepares the data for the next exercises. Reads cars-85…
    rs1 > Public > KNIMEPress > KNIME_Advanced_Luck_4.4_20210803 > AdvancedLuck > Chapter2 > Exercises > Exercise1
    0
  6. Go to item
    Workflow
    Chapter 2 / Exercise 2
    Books KNIME Advanced Luck Exercise
    +3
    Reads dataset cars-85 from KCBBook.sqlite DB, prepared in exercise1. The goal of this exercise is to read data from a database an…
    rs1 > Public > KNIMEPress > KNIME_Advanced_Luck_4.5_2022011 > AdvancedLuck > Chapter2 > Exercises > Exercise2
    0
  7. Go to item
    Workflow
    Chapter 3 / Exercise 1
    KNIME Advanced Luck Books Google
    +6
    This exercise illustrates how to extract data from Google Sheets and use this data in a GET Request with the REST service provide…
    jeany > Public > KNIMEPress > KNIME_Advanced_Luck_4.3_20210222 > Chapter3 > Exercises > Exercise 1
    0
  8. Go to item
    Workflow
    Chapter 3 / Exercise 1
    KNIME Advanced Luck Books Google
    +6
    This exercise illustrates how to extract data from Google Sheets and use this data in a GET Request with the REST service provide…
    rs1 > Public > KNIMEPress > KNIME_Advanced_Luck_4.4_20210803 > AdvancedLuck > Chapter3 > Exercises > Exercise 1
    0
  9. Go to item
    Workflow
    Chapter 3 / Exercise 1
    KNIME Advanced Luck Books Google
    +6
    This exercise illustrates how to extract data from Google Sheets and use this data in a GET Request with the REST service provide…
    rs1 > Public > KNIMEPress > KNIME_Advanced_Luck_4.5_2022011 > AdvancedLuck > Chapter3 > Exercises > Exercise 1
    0
  10. Go to item
    Workflow
    Chapter 4 / Exercise 2
    Books KNIME Advanced Luck Date Time
    +5
    Read file date_time_ex2.csv Apply moving average to sales trend of last 12 months. This exercise applies two moving averages with…
    jeany > Public > KNIMEPress > KNIME_Advanced_Luck_4.1_20200525 > AdvancedLuck > Chapter4 > Exercises > Exercise2
    0
  11. Go to item
    Workflow
    Chapter 4 / Exercise 2
    Books KNIME Advanced Luck Date Time
    +5
    Read file date_time_ex2.csv Apply moving average to sales trend of last 12 months. This exercise applies two moving averages with…
    rs1 > Public > KNIMEPress > KNIME_Advanced_Luck_4.4_20210803 > AdvancedLuck > Chapter4 > Exercises > Exercise2
    0
  12. Go to item
    Workflow
    Chapter 4 / Exercise 2
    Books KNIME Advanced Luck Date Time
    +5
    Read file date_time_ex2.csv Apply moving average to sales trend of last 12 months. This exercise applies two moving averages with…
    rs1 > Public > KNIMEPress > KNIME_Advanced_Luck_4.5_2022011 > AdvancedLuck > Chapter4 > Exercises > Exercise2
    0
  13. Go to item
    Workflow
    Chapter 5 / Exercise 1
    Books KNIME Advanced Luck Exercise
    +2
    This exercise is about global variables. Extract data rows from the sales.csv file for a specific month and year combination. Use…
    jeany > Public > KNIMEPress > KNIME_Advanced_Luck_4.1_20200525 > AdvancedLuck > Chapter5 > Exercises > Exercise1
    0
  14. Go to item
    Workflow
    Chapter 5 / Exercise 1
    Books KNIME Advanced Luck Exercise
    +2
    This exercise is about global variables. Extract data rows from the sales.csv file for a specific month and year combination. Use…
    rs1 > Public > KNIMEPress > KNIME_Advanced_Luck_4.5_2022011 > AdvancedLuck > Chapter5 > Exercises > Exercise1
    0
  15. Go to item
    Workflow
    Chapter 6 / Exercise 1
    Books Exercise KNIME Advanced Luck
    +2
    Apply the following transformations to different clusters in the data: cluster 0: x=x cluster 1: x=sqrt(x) cluster 2: x=x+iter# c…
    jeany > Public > KNIMEPress > KNIME_Advanced_Luck_4.3_20210222 > Chapter6 > Exercises > Exercise1
    0
  16. Go to item
    Workflow
    Chapter 6 / Exercise 2
    Books KNIME Advanced Luck Exercise
    +3
    Starting from 15.01.2011 we build the course schedule for the 12 months. One course every month, on the 15th. To do that, we use …
    rs1 > Public > KNIMEPress > KNIME_Advanced_Luck_4.4_20210803 > AdvancedLuck > Chapter6 > Exercises > Exercise2
    0
  17. Go to item
    Workflow
    Chapter 6 / Exercise 3
    Books KNIME Advanced Luck Exercise
    +2
    In this exercise, we clean up a file from duplicates. The easiest way would be to use a GroupBy node, group by contract IDs and t…
    rs1 > Public > KNIMEPress > KNIME_Advanced_Luck_4.4_20210803 > AdvancedLuck > Chapter6 > Exercises > Exercise3
    0
  18. Go to item
    Workflow
    Chapter 6 / Exercise 4
    Books KNIME Advanced Luck Row loop
    +4
    Here we have single files, each one containing a data column of a bigger data table. Let's list all the file name, for each filen…
    rs1 > Public > KNIMEPress > KNIME_Advanced_Luck_4.4_20210803 > AdvancedLuck > Chapter6 > Exercises > Exercise4
    0
  19. Go to item
    Workflow
    Chapter 6 / Exercise 4
    Books KNIME Advanced Luck Row loop
    +4
    Here we have single files, each one containing a data column of a bigger data table. Let's list all the file name, for each filen…
    rs1 > Public > KNIMEPress > KNIME_Advanced_Luck_4.5_2022011 > AdvancedLuck > Chapter7 > Exercises > Exercise4
    0
  20. Go to item
    Workflow
    Chapter 7 / Exercise 2
    Books KNIME Advanced Luck CASE Switch
    +2
    This workflow processes data differently depending on day of the week, which is a very common task in DataWareHousing. - No proce…
    rs1 > Public > KNIMEPress > KNIME_Advanced_Luck_4.4_20210803 > AdvancedLuck > Chapter7 > Exercises > Exercise 2
    0

KNIME
Open for Innovation

KNIME AG
Hardturmstrasse 66
8005 Zurich, Switzerland
  • Software
  • Getting started
  • Documentation
  • E-Learning course
  • Solutions
  • KNIME Hub
  • KNIME Forum
  • Blog
  • Events
  • Partner
  • Developers
  • KNIME Home
  • KNIME Open Source Story
  • Careers
  • Contact us
Download KNIME Analytics Platform Read more on KNIME Server
© 2022 KNIME AG. All rights reserved.
  • Trademarks
  • Imprint
  • Privacy
  • Terms & Conditions
  • Credits