Skip to content

Chaining Visitors #248

Answered by hosseinmoein
Oggy16 asked this question in Q&A
Jul 28, 2023 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

I don't have the chaining interface because it is not as efficient in C++. But what you can do is in one call run the visitor and add its result as a new column in the DataFame load_result_as_column() (given the result of the algo is a vector). And then run the next visitor on the new column.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Oggy16
Comment options

Answer selected by Oggy16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants