Uses Python pandasSql to join two input tables
The supplied query should reference the top input table as t1 and the lower input table as t2.
t1 is the LEFT (upper input) table in the join
t2 is the RIGHT (lower input) table in the join
e.g.
select * from t1
inner join t2 on t1.mydate between t2.date1 and t2.date2
NOTE, to use this component you must have the following installed and configured in your KNIME environment:
Python 3
numpy
pandas
pandassql
e.g. to manually install the packages, using pip, outside of KNIME
python -m pip install numpy
python -m pip install pandas
python -m pip install pandasql
27 May 2021 @takbb Brian Bates
To use this component in KNIME, download it from the below URL and open it in KNIME:
Download ComponentDeploy, schedule, execute, and monitor your KNIME workflows locally, in the cloud or on-premises – with our brand new NodePit Runner.
Try NodePit Runner!Do you have feedback, questions, comments about NodePit, want to support this platform, or want your own nodes or workflows listed here as well? Do you think, the search results could be improved or something is missing? Then please get in touch! Alternatively, you can send us an email to mail@nodepit.com.
Please note that this is only about NodePit. We do not provide general support for KNIME — please use the KNIME forums instead.