Self-paced Course: [L1-AP] Data Literacy with KNIME Analytics Platform: Basics

This forum thread is for questions related to KNIME self-paced course [L1-AP] Data Literacy with KNIME Analytics Platform: Basics. For example, if you need help with an exercise or have some feedback, please post it here!

You can access the course here. This link will direct you to the learning management system where you are required to log in.

:bulb:Check out all the available courses in the KNIME Learning Center | KNIME

7 Likes

In reference to Hands-on Exercise - Part 2, I am not able to find ā€˜customers and stores data from .xlsx, .table, and .csv files’ from the Knime-workspace local folder created at the time of downloading the applcation.

Help me access all the resources/files required for comleting the Lab exercises.

1 Like

@chandankumar092 you should find them here

2 Likes

Hi, In ā€œStep 6.3. Visualize the Data IIā€ I’ve created my visualisations component with the appropriate graphs but get an error when trying to view the output - ā€œTypeError: Unable to get property ā€˜init’ of undefined or null reference at Global Code (Unknown script code:1:36302)ā€

This also happens in the solution workflow so it’s not related to anything I’ve done in configuring my component.

In both the solution and my version of the workflow, if I go into the component I can successfully view each graph individually.

I’m using Knime 5.2.5 on a Windows 10 PC. Any thoughts as to why this is happening ?

Thanks ! Drew

Hi @DrewG42 did you manage to solve your problem eventually? If not, do you only have issues with that specific component, or can you not see any composite views?

hi i’m trying to execute the Custumer transactions analysis solution, but y can get de data from de STEP 1.2. looking the configuration the first node access to knime://knime.workflow/…/data/Sales.sqlite but that is not configure y my knime. how can i fixe this issue

@sebasb88 welcome to the KNIME forum. You can download the whole workflow group when you are logged into the KNIME hub.

About the use of paths you can read more here

https://docs.knime.com/latest/analytics_platform_file_handling_guide/index.html#introduction

And about knime path

https://docs.knime.com/latest/analytics_platform_file_handling_guide/index.html?pk_vid=b2486e0a6b0165ed1723784627c0c891#custom-url

I cleared my first hurdle: Where to find the Table Reader node

I searched and couldn’t find!
(I had ignored the hint because I wanted to do it from first principles.)
I followed the links to find info about the node, but eventually, I noticed the search box’s message:
image
I still didn’t figure it out immediately, but the answer was within the Preferences settings:
image
image

I’m sharing my mini-journey into rookie mistakes so it might help someone else. Happy KNIME-ing!

2 Likes

Hello,

I’ve just started working through the first course, and it references Example Workflows. In the course, I’m directed to the folder The Data and then Basics. However, this folder is completely missing on my system. I can’t seem to find where to download it or how to add it to my environment.

Could someone please assist me in finding the complete Example Workflow folder so I can properly follow along with the courses?

Thank you!

By default, there should be a file at C:\Program Files\KNIME\knime-workspace.zip, but if KNIME was installed to your user directory, then it would be in AppData\Roaming\KNIME

Are you looking at the knime-workspace that you set up the very first time you ran the Analytics Platform (AP)? You can change by clicking on the Menu button at the top right, and then selecting ā€œSwitch workspaceā€. When the modal comes up, it should show you recent workspaces and one of them should be called kinme-workspace.

I have accidentally dismissed the three example workflows on the entry page (modern UI). It says in the manual that to restore the examples, click Help > Restore examples on home tab, but I cannot find this option under the Help button… What am I supposed to do?

1 Like

Hi! I’m working through the course to get a better understanding of using Knime. I’m on the 5.2 question of the hands on activity. I’m having trouble getting the configuration correct to determine basket size. Would anyone be able to share the correct settings in the configurator? Also, I just want to verify that I have the join set up correctly from the previous step, but would someone be willing to share that configuration as well? Thanks!

Hello! I am also at this stage of the beginner’s course and have the same question regarding how to configure the configuration box to show basket size in the GroupBy. If anyone has this information or can help me, I would gratefully appreciate it. Many thanks in advance.

Hi,

I have a Question regarding Data Access if I want to extract data from GitHub Repo, Kaggle, Oracle Apex or other cloud system. How can I fetch data from these platform. I have a request can you make or arrange a webinar related to Data Access Module, it will be very beneficial for us.

Thank You

Hi @sheetal08!
Thanks for your proposal about the webinar, I’ll forward it to the team.

Addressing your other questions:

  1. To access data from GitHub or Kaggle I think the most straight-forward solution would be to make use of their REST APIs. In KNIME, to issue HTTP requests you can use the nodes of the KNIME REST Client Extension
  2. To access databases (for example Oracle) you can make use of the KNIME Database Extension. This extension provides nodes to connect to any JDBC-compliant database.
  3. And to connect to cloud systems you can make use of the dynamic handling. Check out the KNIME File Handling Guide

There is lots of docs out there that teach these things and I’m sure also on the Forum you’ll find a lot of threads around these topics.

FYI: All these topics are addressed in the L2 courses we offer :slight_smile:

3 Likes