issues
search
PyWorkflowApp
/
visual-programming
A Python Visual Programming Workspace for Data Science
MIT License
33
stars
12
forks
source link
Adjust options and execution of JoinNode
#46
Closed
reddigari
closed
4 years ago
reddigari
commented
4 years ago
Uses
pandas.merge()
rather than
DataFrame.join()
for more flexible joining (the latter requires you to join on the index of the caller rather than an arbitrary column)
Sends
on
option to the front-end for column name to join on
pandas.merge()
rather thanDataFrame.join()
for more flexible joining (the latter requires you to join on the index of the caller rather than an arbitrary column)on
option to the front-end for column name to join on