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

238 results

Filter
Filter by tag
KNIME Advanced Luck
Books Exercise Flow control Loop IF-THEN Switch Date Time Date Time
  1. Go to item
    Workflow
    Database Operations
    KNIME Advanced Luck Books Database
    +2
    This workflow shows how to connect to a database and implement SQL queries, as free text or using the database nodes.
    rs1 > Public > KNIMEPress > KNIME_Advanced_Luck_4.6_20220810 > AdvancedLuck > Chapter2 > 1. Database_Operations
    1
    rs1
  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.1_20200525 > AdvancedLuck > Chapter3 > 1. Access__GoogleSheets
    1
    jeany
  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.3_20210222 > Chapter3 > 1. Access__GoogleSheets
    1
    jeany
  4. Go to item
    Workflow
    Chapter 2 / Exercise 3
    SQLite Books Exercise
    +3
    The goal of this exercise is to practice with the Parameterized DB Query Reader node for looping purpose. Extract make, nr_doors,…
    jeany > Public > KNIMEPress > KNIME_Advanced_Luck_4.1_20200525 > AdvancedLuck > Chapter2 > Exercises > Exercise3
    1
    jeany
  5. Go to item
    Workflow
    GET Request
    Books KNIME Advanced Luck REST
    +3
    This workflow connects to the JSONPLaceholder API to get fake posts written by fake users.
    rs1 > Public > KNIMEPress > KNIME_Advanced_Luck_4.7_20230123 > AdvancedLuck > Chapter3 > 2. GETRequest
    1
    rs1
  6. 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
    jeany
  7. Go to item
    Workflow
    Date Time Manipulation 2
    Books KNIME Advanced Luck Date & Time
    +3
    In this workflow we use some more Date&Time manipulation nodes and plot the results: - Extracting data rows falling in a time win…
    rs1 > Public > KNIMEPress > KNIME_Advanced_Luck_4.6_20220810 > AdvancedLuck > Chapter4 > 2. DateTime_Manipulation_2
    1
    rs1
  8. 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…
    jeany > Public > KNIMEPress > KNIME_Advanced_Luck_4.1_20200525 > AdvancedLuck > Chapter6 > Exercises > Exercise3
    0
    jeany
  9. Go to item
    Workflow
    Chapter 6 / Exercise 1
    Books Exercise KNIME Advanced Luck
    +2
    This exercise is about creating interactive dashboards. For this exercise, you will create Radio Buttons which allow the user to …
    rs1 > Public > KNIMEPress > KNIME_Advanced_Luck_4.6_20220810 > AdvancedLuck > Chapter6 > Exercises > Exercise1
    0
    rs1
  10. 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.6_20220810 > AdvancedLuck > Chapter2 > Exercises > Exercise1
    0
    rs1
  11. 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
    rs1 > Public > KNIMEPress > KNIME_Advanced_Luck_4.6_20220810 > AdvancedLuck > Chapter3 > 1. Access__GoogleSheets
    0
    rs1
  12. 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…
    rs1 > Public > KNIMEPress > KNIME_Advanced_Luck_4.4_20210803 > AdvancedLuck > Chapter6 > Exercises > Exercise1
    0
    rs1
  13. Go to item
    Workflow
    Date Time Manipulation 2
    Books KNIME Advanced Luck Date & Time
    +3
    In this workflow we use some more Date&Time manipulation nodes and plot the results: - Extracting data rows falling in a time win…
    jeany > Public > KNIMEPress > KNIME_Advanced_Luck_4.3_20210222 > Chapter4 > 2. DateTime_Manipulation_2
    0
    jeany
  14. Go to item
    Workflow
    Loop on Condition
    Books KNIME Advanced Luck Loop with condition
    +1
    This workflow implements a loop cycle on condition, that is a loop that stops when a given condition is met. It is a game. I thin…
    rs1 > Public > KNIMEPress > KNIME_Advanced_Luck_4.4_20210803 > AdvancedLuck > Chapter6 > 7. Loop on Condition
    0
    rs1
  15. Go to item
    Workflow
    Counting Loop 2
    Books KNIME Advanced Luck Counting loop
    +2
    Similarly to workflow "Counting Loop 1", this workflow implements a loop cycle and precisely a counting loop with 4 iterations. T…
    rs1 > Public > KNIMEPress > KNIME_Advanced_Luck_4.6_20220810 > AdvancedLuck > Chapter7 > 2. Counting Loop 2
    0
    rs1
  16. Go to item
    Workflow
    Chapter 6 / Exercise 2
    Books Exercise KNIME Advanced Luck
    +2
    This exercise is also about creating interactive dashboards. For this exercise, you will create a dashboard with a stacked area c…
    rs1 > Public > KNIMEPress > KNIME_Advanced_Luck_4.5_2022011 > AdvancedLuck > Chapter6 > Exercises > Exercise2
    0
    rs1
  17. Go to item
    Workflow
    Loop on List of Values
    Books KNIME Advanced Luck Loop on List of Values
    +4
    This workflow loops on a list of unique values, in this case on a list of countries. The goal of the workflow is to identify the …
    rs1 > Public > KNIMEPress > KNIME_Advanced_Luck_4.6_20220810 > AdvancedLuck > Chapter7 > 4. Loop on List of Values
    0
    rs1
  18. Go to item
    Workflow
    Automated IF Switch
    Books KNIME Advanced Luck Switch
    +2
    Same workflow as the one named "Manual IF Switch" but IF Switch is controlled through a global flow variable named "PortChoice".
    jeany > Public > KNIMEPress > KNIME_Advanced_Luck_4.1_20200525 > AdvancedLuck > Chapter7 > 2. Automated IF Switch
    0
    jeany
  19. Go to item
    Workflow
    Counting Loop 1
    Books KNIME Advanced Luck Counting loop
    +2
    This workflow implements a loop cycle and precisely a counting loop with 4 iterations. Some fake data are generated with 3 cluste…
    rs1 > Public > KNIMEPress > KNIME_Advanced_Luck_4.4_20210803 > AdvancedLuck > Chapter6 > 1. Counting Loop 1
    0
    rs1
  20. 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.6_20220810 > AdvancedLuck > Chapter7 > Exercises > Exercise4
    0
    rs1

KNIME
Open for Innovation

KNIME AG
Talacker 50
8001 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 Business Hub
© 2023 KNIME AG. All rights reserved.
  • Trademarks
  • Imprint
  • Privacy
  • Terms & Conditions
  • Credits