Icon

JKISeason2-28

Just Knime It season2-28

I had an error about kaleido package in my environment, but it was solved according to the following link.

https://github.com/plotly/Kaleido/issues/153#issuecomment-1533126613

Just KNIME It! Season2-28KNMIE version: 4.7.7 Description: In this challenge you will play the role of data analyst trying to create a Stacked Funnel Plotfrom Plotly. While KNIME has many Plotly Plots through its KNIME Plotly extension, you could not find afunnel plot -- use the Python View node to create this type of visualization and show it off in KNIME! Hint:If you want, copy the code from the Plotly link above (e.g., the code for the "Stacked Funnel Plot withgo.Funnel" plot) into the Python View node. Be sure to add this line after copy-pasting from the Plotly site:import knime.scripting.io as knio. Be sure to remove the line fig.show() as well. Finally, add this line to thevery end of your code: knio.output_view = knio.view(fig).If you would like to take this challenge from Medium to Hard, try creating your own data with the TableCreator node and passing it to at least one of the axis' variables in the Funnel Plot. I had an error about kaleido package in myenvironment, but it was solved according to thefollowing link.https://github.com/plotly/Kaleido/issues/153#issuecomment-1533126613 data value fromhttps://plotly.com/python/funnel-charts/Node 2 Table Creator Python View Just KNIME It! Season2-28KNMIE version: 4.7.7 Description: In this challenge you will play the role of data analyst trying to create a Stacked Funnel Plotfrom Plotly. While KNIME has many Plotly Plots through its KNIME Plotly extension, you could not find afunnel plot -- use the Python View node to create this type of visualization and show it off in KNIME! Hint:If you want, copy the code from the Plotly link above (e.g., the code for the "Stacked Funnel Plot withgo.Funnel" plot) into the Python View node. Be sure to add this line after copy-pasting from the Plotly site:import knime.scripting.io as knio. Be sure to remove the line fig.show() as well. Finally, add this line to thevery end of your code: knio.output_view = knio.view(fig).If you would like to take this challenge from Medium to Hard, try creating your own data with the TableCreator node and passing it to at least one of the axis' variables in the Funnel Plot. I had an error about kaleido package in myenvironment, but it was solved according to thefollowing link.https://github.com/plotly/Kaleido/issues/153#issuecomment-1533126613 data value fromhttps://plotly.com/python/funnel-charts/Node 2 Table Creator Python View

Nodes

Extensions

Links